thinkjs/template/package_ts.json
2016-01-08 19:57:12 +08:00

15 lines
307 B
JSON

{
"name": "thinkjs-application",
"description": "application created by thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node www/development.js",
"compile": "node bin/compile.js"
},
"dependencies": {
"thinkjs": "2.1.x"
},
"devDependencies": {
"typescript": "1.x.x"
}
}