mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"name": "thinkjs-application",
|
|
"description": "application created by thinkjs",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "node www/development.js"
|
|
},
|
|
"dependencies": {
|
|
"thinkjs": "v2"
|
|
},
|
|
"repository": "",
|
|
"license": "MIT"
|
|
} |