| 123456789101112131415161718 |
- {
- "name": "api",
- "version": "1.0.0",
- "description": "",
- "license": "ISC",
- "author": "",
- "type": "commonjs",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "dependencies": {
- "express": "^5.1.0",
- "mysql2": "^3.14.1",
- "sequelize": "^6.37.7",
- "sequelize-cli": "^6.6.3"
- }
- }
|