thinkjs/template/package.json

16 lines
469 B
JSON

{
"name": "thinkjs-application",
"description": "application created by thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node www/index.js",
"compile": "babel --loose all --optional runtime --stage 0 --modules common src/ --out-dir app/ --retain-lines",
"watch-compile": "npm run compile -- --watch",
"watch": "npm run watch-compile"
},
"dependencies": {
"thinkjs": "2.0.x",
"babel": "5.8.21",
"babel-runtime": "5.6.17"
}
}