X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=5d7cb78c3b9052669c097ee85ef0ea58055f2e75;hb=refs%2Fpull%2F3%2Fhead;hp=f81e02cf96ccb44af0e08b67df4a0b242f4d357a;hpb=03aaa7d3bbf9ff2176fe3b69138f37f5f265d186;p=github%2Ffretlink%2Fnode-dhall-json-bin.git diff --git a/package.json b/package.json index f81e02c..5d7cb78 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "dhall-json", - "version": "1.0.0", + "version": "2.0.1", "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.", "os": [ + "darwin", "linux", "win32" ], @@ -14,22 +15,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"