X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=208e9badbe660c7bb9bf9b460ac67dcf2c48691f;hb=ad5d20014bc73a09415569cd1c66b553f6afd34d;hp=f81e02cf96ccb44af0e08b67df4a0b242f4d357a;hpb=03aaa7d3bbf9ff2176fe3b69138f37f5f265d186;p=github%2Ffretlink%2Fnode-dhall-json-bin.git diff --git a/package.json b/package.json index f81e02c..208e9ba 100644 --- a/package.json +++ b/package.json @@ -14,22 +14,24 @@ ], "bin": { "dhall-to-json": "bin/dhall-to-json.exe", - "dhall-to-yaml": "bin/dhall-to-yaml.exe" + "dhall-to-yaml": "bin/dhall-to-yaml.exe", + "json-to-dhall": "bin/json-to-dhall.exe" }, "scripts": { "preinstall": "node ./preinstall.js" }, "repository": { "type": "git", - "url": "git+https://github.com/cyrilfretlink/node-dhall-json.git" + "url": "git+https://github.com/fretlink/node-dhall-json.git" }, "author": "FretLink", "bugs": { - "url": "https://github.com/cyrilfretlink/node-dhall-json/issues" + "url": "https://github.com/fretlink/node-dhall-json/issues" }, - "homepage": "https://github.com/cyrilfretlink/node-dhall-json#readme", + "homepage": "https://github.com/fretlink/node-dhall-json#readme", "dependencies": { "follow-redirects": "^1.7.0", + "semver": "^6.0.0", "tar": "^4.4.8", "unbzip2-stream": "^1.3.3", "unzipper": "^0.9.12"