46 строки
1.1 KiB
JSON
46 строки
1.1 KiB
JSON
{
|
|
"name": "quicktype",
|
|
"version": "0.9.16",
|
|
"license": "Apache-2.0",
|
|
"repository": "https://github.com/quicktype/quicktype",
|
|
"scripts": {
|
|
"pub": "script/publish.sh",
|
|
"prepare": "npm run build",
|
|
"build": "script/build.sh",
|
|
"test": "npm run build && pulp test && test/test",
|
|
"docs": "pulp docs",
|
|
"start": "script/start.sh"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.1.0",
|
|
"command-line-args": "^4.0.6",
|
|
"command-line-usage": "^4.0.0",
|
|
"json-to-ast": "^2.0.0-alpha1.2",
|
|
"lodash": "^4.17.4",
|
|
"node-fetch": "^1.7.1",
|
|
"pluralize": "^7.0.0",
|
|
"stream-json": "0.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.72",
|
|
"@types/node": "^8.0.19",
|
|
"ajv": "^5.2.2",
|
|
"bower": "^1.8.0",
|
|
"deep-equal": "^1.0.1",
|
|
"elm": "^0.18.0",
|
|
"exit": "^0.1.2",
|
|
"pulp": "^11.0.2",
|
|
"purescript": "^0.11.6",
|
|
"purescript-psa": "^0.5.1",
|
|
"shelljs": "^0.7.8",
|
|
"ts-node": "^3.3.0",
|
|
"tslint": "^5.7.0",
|
|
"typescript": "^2.4.2",
|
|
"uglify-js": "^3.0.26"
|
|
},
|
|
"files": [
|
|
"*"
|
|
],
|
|
"bin": "quicktype.js"
|
|
}
|