quicktype/package.json

31 строка
1005 B
JSON
Исходник Обычный вид История

{
"name": "quicktype",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "npm install --ignore-scripts && bower install && pulp build -- --source-maps --stash --censor-warnings && npm run bundle-cli",
"test": "npm run build && pulp test && test/test",
"postinstall": "npm run build && (cd cli && npm install)",
"bundle-cli": "mkdir -p cli/dist && pulp browserify --standalone --skip-entry-point > /tmp/bundle.js && uglifyjs --compress --mangle -- /tmp/bundle.js > cli/dist/bundle.js"
},
"devDependencies": {
"@types/lodash": "^4.14.72",
"@types/node": "^8.0.19",
"ajv": "^5.2.2",
"bower": "^1.8.0",
"chalk": "^1.1.3",
"deep-equal": "^1.0.1",
"elm": "^0.18.0",
"exit": "^0.1.2",
"lodash": "^4.17.4",
"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",
"uglify-js": "^3.0.26",
"json-to-ast": "^2.0.0-alpha1.2"
}
}