aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2019-05-18 00:17:02 +0200
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2019-05-20 13:51:27 +0200
commit6337a3be1c44fa988f28d8f7747f1edd75dbbaf5 (patch)
treee820ac0b10104231c7789a93389f7a36ddf025f0 /package.json
parent03aaa7d3bbf9ff2176fe3b69138f37f5f265d186 (diff)
downloadnode-dhall-json-bin-6337a3be1c44fa988f28d8f7747f1edd75dbbaf5.tar.gz
node-dhall-json-bin-6337a3be1c44fa988f28d8f7747f1edd75dbbaf5.tar.zst
node-dhall-json-bin-6337a3be1c44fa988f28d8f7747f1edd75dbbaf5.zip
Add `json-to-dhall`
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index f81e02c..7d55765 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,8 @@
14 ], 14 ],
15 "bin": { 15 "bin": {
16 "dhall-to-json": "bin/dhall-to-json.exe", 16 "dhall-to-json": "bin/dhall-to-json.exe",
17 "dhall-to-yaml": "bin/dhall-to-yaml.exe" 17 "dhall-to-yaml": "bin/dhall-to-yaml.exe",
18 "json-to-dhall": "bin/json-to-dhall.exe"
18 }, 19 },
19 "scripts": { 20 "scripts": {
20 "preinstall": "node ./preinstall.js" 21 "preinstall": "node ./preinstall.js"
@@ -30,6 +31,7 @@
30 "homepage": "https://github.com/cyrilfretlink/node-dhall-json#readme", 31 "homepage": "https://github.com/cyrilfretlink/node-dhall-json#readme",
31 "dependencies": { 32 "dependencies": {
32 "follow-redirects": "^1.7.0", 33 "follow-redirects": "^1.7.0",
34 "semver": "^6.0.0",
33 "tar": "^4.4.8", 35 "tar": "^4.4.8",
34 "unbzip2-stream": "^1.3.3", 36 "unbzip2-stream": "^1.3.3",
35 "unzipper": "^0.9.12" 37 "unzipper": "^0.9.12"