]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blobdiff - package.json
Lock `dhall` to v1.27.0 and `dhall-json` to v1.5.0
[github/fretlink/node-dhall-json-bin.git] / package.json
index 7d557657bc98fe012829ab1dd5774dc0acf9ff44..e1197928f0dc3046457d8270edf12408b0fef118 100644 (file)
@@ -1,8 +1,11 @@
 {
   "name": "dhall-json",
-  "version": "1.0.0",
+  "version": "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"
   ],
   "bin": {
     "dhall-to-json": "bin/dhall-to-json.exe",
     "dhall-to-yaml": "bin/dhall-to-yaml.exe",
-    "json-to-dhall": "bin/json-to-dhall.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",