feat: NCT集训报名系统 - 陈村校区 + 北滘校区(数据独立)
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "nct-registration",
|
||||
"version": "1.0.0",
|
||||
"description": "NCT 集训报名系统",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "node --watch server.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"express": "^4.22.2",
|
||||
"sql.js": "^1.14.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user