quicktype/package.json

63 строки
1.7 KiB
JSON

{
"name": "quicktype",
"version": "8.5.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",
"pkg": "./pkg.sh",
"tslint": "tslint --project src"
},
"dependencies": {
"chalk": "^2.1.0",
"command-line-args": "^4.0.6",
"command-line-usage": "^4.0.0",
"graphql": "^0.11.7",
"handlebars": "^4.0.11",
"immutable": "^4.0.0-rc.9",
"is-url": "^1.2.2",
"js-base64": "^2.4.3",
"lodash": "^4.17.4",
"moment": "^2.19.3",
"node-fetch": "^1.7.1",
"pkg": "^4.3.0",
"pako": "^1.0.6",
"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/handlebars": "^4.0.36",
"@types/is-url": "^1.2.28",
"@types/js-base64": "^2.3.1",
"@types/lodash": "^4.14.72",
"@types/node": "^8.0.19",
"@types/pako": "^1.0.0",
"@types/pluralize": "0.0.28",
"@types/shelljs": "^0.7.6",
"@types/string-hash": "^1.1.1",
"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"
}