diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json index c9f735e..f81e02c 100644 --- a/package.json +++ b/package.json | |||
@@ -3,7 +3,8 @@ | |||
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.", | 4 | "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.", |
5 | "os": [ | 5 | "os": [ |
6 | "linux" | 6 | "linux", |
7 | "win32" | ||
7 | ], | 8 | ], |
8 | "cpu": [ | 9 | "cpu": [ |
9 | "x64" | 10 | "x64" |
@@ -12,8 +13,8 @@ | |||
12 | "preinstall.js" | 13 | "preinstall.js" |
13 | ], | 14 | ], |
14 | "bin": { | 15 | "bin": { |
15 | "dhall-to-json": "bin/dhall-to-json", | 16 | "dhall-to-json": "bin/dhall-to-json.exe", |
16 | "dhall-to-yaml": "bin/dhall-to-yaml" | 17 | "dhall-to-yaml": "bin/dhall-to-yaml.exe" |
17 | }, | 18 | }, |
18 | "scripts": { | 19 | "scripts": { |
19 | "preinstall": "node ./preinstall.js" | 20 | "preinstall": "node ./preinstall.js" |
@@ -30,6 +31,7 @@ | |||
30 | "dependencies": { | 31 | "dependencies": { |
31 | "follow-redirects": "^1.7.0", | 32 | "follow-redirects": "^1.7.0", |
32 | "tar": "^4.4.8", | 33 | "tar": "^4.4.8", |
33 | "unbzip2-stream": "^1.3.3" | 34 | "unbzip2-stream": "^1.3.3", |
35 | "unzipper": "^0.9.12" | ||
34 | } | 36 | } |
35 | } | 37 | } |