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