From 03aaa7d3bbf9ff2176fe3b69138f37f5f265d186 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 17 May 2019 23:59:04 +0200 Subject: Add Windows support --- package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index c9f735e..f81e02c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "1.0.0", "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.", "os": [ - "linux" + "linux", + "win32" ], "cpu": [ "x64" @@ -12,8 +13,8 @@ "preinstall.js" ], "bin": { - "dhall-to-json": "bin/dhall-to-json", - "dhall-to-yaml": "bin/dhall-to-yaml" + "dhall-to-json": "bin/dhall-to-json.exe", + "dhall-to-yaml": "bin/dhall-to-yaml.exe" }, "scripts": { "preinstall": "node ./preinstall.js" @@ -30,6 +31,7 @@ "dependencies": { "follow-redirects": "^1.7.0", "tar": "^4.4.8", - "unbzip2-stream": "^1.3.3" + "unbzip2-stream": "^1.3.3", + "unzipper": "^0.9.12" } } -- cgit v1.2.3