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