X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=a6178bdd09210c7ab9a1e8fe2e35c7218d650b58;hb=012ac2ef9fac8721eb770fbba576668eeef63bf5;hp=f81e02cf96ccb44af0e08b67df4a0b242f4d357a;hpb=03aaa7d3bbf9ff2176fe3b69138f37f5f265d186;p=github%2Ffretlink%2Fnode-dhall-json-bin.git diff --git a/package.json b/package.json index f81e02c..a6178bd 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { "name": "dhall-json", - "version": "1.0.0", + "version": "1.5.0-1.27.0-2.0.0", + "dhall-version": "1.27.0", + "dhall-json-version": "1.5.0", "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.", "os": [ + "darwin", "linux", "win32" ], @@ -14,22 +17,25 @@ ], "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", + "yaml-to-dhall": "bin/yaml-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-bin.git" }, "author": "FretLink", "bugs": { - "url": "https://github.com/cyrilfretlink/node-dhall-json/issues" + "url": "https://github.com/fretlink/node-dhall-json-bin/issues" }, - "homepage": "https://github.com/cyrilfretlink/node-dhall-json#readme", + "homepage": "https://github.com/fretlink/node-dhall-json-bin#readme", "dependencies": { "follow-redirects": "^1.7.0", + "semver": "^6.0.0", "tar": "^4.4.8", "unbzip2-stream": "^1.3.3", "unzipper": "^0.9.12"