forked from glideapps/quicktype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "quicktype",
"version": "8.1.0",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/quicktype/quicktype",
"scripts": {
"pub": "script/publish.sh",
"prepare": "npm run build",
"build": "script/build.ts",
"test": "npm run build && script/test",
"start": "script/watch"
},
"dependencies": {
"chalk": "^2.1.0",
"command-line-args": "^4.0.6",
"command-line-usage": "^4.0.0",
"graphql": "^0.11.7",
"immutable": "^4.0.0-rc.9",
"is-url": "^1.2.2",
"lodash": "^4.17.4",
"moment": "^2.19.3",
"node-fetch": "^1.7.1",
"pluralize": "^7.0.0",
"stream-json": "0.5.2",
"string-hash": "^1.1.3",
"string-to-stream": "^1.1.0",
"unicode-properties": "quicktype/unicode-properties#dist"
},
"devDependencies": {
"@types/graphql": "^0.11.7",
"@types/lodash": "^4.14.72",
"@types/node": "^8.0.19",
"@types/pluralize": "0.0.28",
"@types/shelljs": "^0.7.6",
"@types/string-hash": "^1.1.1",
"@types/is-url": "^1.2.28",
"ajv": "^5.2.2",
"compare-versions": "^3.1.0",
"deep-equal": "^1.0.1",
"elm": "^0.18.0",
"exit": "^0.1.2",
"promise-timeout": "^1.1.1",
"shelljs": "^0.7.8",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"typescript": "^2.5.3",
"uglify-js": "^3.0.26",
"watch": "^1.0.2"
},
"files": ["dist/**"],
"bin": "dist/cli.js"
}