21 lines
424 B
JSON
21 lines
424 B
JSON
{
|
|
"name": "web_zzyxyz",
|
|
"version": "1.0.1",
|
|
"description": "None",
|
|
"main": "./main/web.js",
|
|
"scripts": {
|
|
"test": "nodemon ./main/web.js",
|
|
"start": "node ./main/web.js"
|
|
},
|
|
"author": "zzy",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"better-sqlite3": "^9.5.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"nodemon": "^3.1.0"
|
|
}
|
|
}
|