{ "name": "zzy_web", "version": "1.0.0", "description": "None", "main": "./main/web.js", "scripts": { "test": "nodemon ./main/web.js", "start": "node ./main/web.js" }, "author": "zzy", "license": "ISC", "dependencies": { "cookie-parser": "^1.4.6", "dotenv": "^16.4.5", "express": "^4.19.2", "jsonwebtoken": "^9.0.2", "nodemon": "^3.1.0", "sqlite3": "^5.1.7" } }