]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blob - package.json
Add `json-to-dhall`
[github/fretlink/node-dhall-json-bin.git] / package.json
1 {
2 "name": "dhall-json",
3 "version": "1.0.0",
4 "description": "NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.",
5 "os": [
6 "linux",
7 "win32"
8 ],
9 "cpu": [
10 "x64"
11 ],
12 "files": [
13 "preinstall.js"
14 ],
15 "bin": {
16 "dhall-to-json": "bin/dhall-to-json.exe",
17 "dhall-to-yaml": "bin/dhall-to-yaml.exe",
18 "json-to-dhall": "bin/json-to-dhall.exe"
19 },
20 "scripts": {
21 "preinstall": "node ./preinstall.js"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/cyrilfretlink/node-dhall-json.git"
26 },
27 "author": "FretLink",
28 "bugs": {
29 "url": "https://github.com/cyrilfretlink/node-dhall-json/issues"
30 },
31 "homepage": "https://github.com/cyrilfretlink/node-dhall-json#readme",
32 "dependencies": {
33 "follow-redirects": "^1.7.0",
34 "semver": "^6.0.0",
35 "tar": "^4.4.8",
36 "unbzip2-stream": "^1.3.3",
37 "unzipper": "^0.9.12"
38 }
39 }