1234567891011121314151617181920 |
- {
- "name": "chao",
- "version": "1.0.0",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "chao",
- "license": "ISC",
- "description": "",
- "dependencies": {
- "bcryptjs": "^3.0.2",
- "cors": "^2.8.5",
- "express": "^5.1.0",
- "fs": "^0.0.1-security",
- "mime-types": "^3.0.1",
- "mongoose": "^8.18.1",
- "mysql": "^2.18.1"
- }
- }
|