thinkjs/template/package.json

13 lines
255 B
JSON

{
"name": "thinkjs-application",
"description": "application created by thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node www/development.js"
},
"dependencies": {
"thinkjs": "2.2.x"
},
"repository": "",
"license": "MIT"
}