mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
15 lines
307 B
JSON
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"
|
|
}
|
|
} |