quicktype/package.json

45 строки
1.0 KiB
JSON
Исходник Обычный вид История

{
"name": "quicktype",
2017-09-09 18:21:42 +03:00
"version": "0.9.14",
2017-08-31 02:12:05 +03:00
"license": "Apache-2.0",
2017-08-30 04:00:20 +03:00
"repository": "https://github.com/quicktype/quicktype",
"scripts": {
2017-08-31 08:59:22 +03:00
"pub": "script/publish.sh",
2017-08-30 04:00:20 +03:00
"prepare": "npm run build",
"build": "script/build.sh",
"test": "npm run build && pulp test && test/test",
"docs": "pulp docs",
"start": "script/start.sh"
2017-08-30 04:00:20 +03:00
},
"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",
"typescript": "^2.4.2",
2017-08-30 04:00:20 +03:00
"uglify-js": "^3.0.26"
},
"files": [
2017-08-31 08:59:22 +03:00
"*"
2017-08-30 04:00:20 +03:00
],
2017-08-31 08:59:22 +03:00
"bin": "quicktype.js"
}