2017-07-13 05:12:20 +03:00
|
|
|
{
|
|
|
|
"name": "quicktype",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2017-07-26 02:47:05 +03:00
|
|
|
"build": "npm install --ignore-scripts && bower install && pulp build -- --source-maps && npm run bundle-cli",
|
2017-07-27 01:32:20 +03:00
|
|
|
"test": "npm run build && pulp test && test/test.js",
|
2017-07-25 21:25:59 +03:00
|
|
|
"postinstall": "(cd app && npm install) && (cd cli && npm install) && npm run build",
|
2017-07-15 05:51:42 +03:00
|
|
|
"start": "cd app && npm start",
|
2017-07-24 07:06:09 +03:00
|
|
|
"bundle-cli": "pulp browserify --standalone --skip-entry-point > /tmp/bundle.js && uglifyjs --compress --mangle -- /tmp/bundle.js > cli/bundle.js"
|
2017-07-13 05:12:20 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"bower": "^1.8.0",
|
|
|
|
"pulp": "^11.0.2",
|
2017-07-24 06:41:41 +03:00
|
|
|
"purescript": "^0.11.6",
|
2017-07-25 21:15:51 +03:00
|
|
|
"shelljs": "^0.7.8",
|
2017-07-28 02:41:37 +03:00
|
|
|
"ajv": "^5.2.2",
|
2017-07-24 06:41:41 +03:00
|
|
|
"uglify-js": "^3.0.26"
|
2017-07-13 05:12:20 +03:00
|
|
|
}
|
|
|
|
}
|