mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
15 lines
385 B
JSON
15 lines
385 B
JSON
{
|
|
"name": "thinkjs-project",
|
|
"description": "project 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/",
|
|
"watch-compile": "npm run compile -- --watch"
|
|
},
|
|
"dependencies": {
|
|
"babel": "5.8.21",
|
|
"babel-runtime": "5.6.17"
|
|
}
|
|
}
|