Files
nct-registration/package.json

19 lines
359 B
JSON

{
"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"
}
}