2017-07-13 05:12:20 +03:00
|
|
|
{
|
|
|
|
"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",
|
2017-07-13 05:12:20 +03:00
|
|
|
"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",
|
2017-08-31 04:04:06 +03:00
|
|
|
"test": "npm run build && pulp test && test/test",
|
2017-09-03 23:01:45 +03:00
|
|
|
"docs": "pulp docs",
|
2017-08-31 04:04:06 +03:00
|
|
|
"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"
|
2017-07-13 05:12:20 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-13 04:23:54 +03:00
|
|
|
"@types/lodash": "^4.14.72",
|
2017-08-05 05:00:16 +03:00
|
|
|
"@types/node": "^8.0.19",
|
2017-07-31 21:22:53 +03:00
|
|
|
"ajv": "^5.2.2",
|
2017-07-13 05:12:20 +03:00
|
|
|
"bower": "^1.8.0",
|
2017-07-31 18:20:20 +03:00
|
|
|
"deep-equal": "^1.0.1",
|
2017-08-02 20:11:38 +03:00
|
|
|
"elm": "^0.18.0",
|
2017-08-05 05:00:16 +03:00
|
|
|
"exit": "^0.1.2",
|
2017-07-13 05:12:20 +03:00
|
|
|
"pulp": "^11.0.2",
|
2017-07-24 06:41:41 +03:00
|
|
|
"purescript": "^0.11.6",
|
2017-08-15 21:19:36 +03:00
|
|
|
"purescript-psa": "^0.5.1",
|
2017-07-25 21:15:51 +03:00
|
|
|
"shelljs": "^0.7.8",
|
2017-08-05 05:00:16 +03:00
|
|
|
"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"
|
2017-07-13 05:12:20 +03:00
|
|
|
}
|