123456789101112131415 |
- {
- "name": "y",
- "version": "1.0.0",
- "main": "serve.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "description": "",
- "dependencies": {
- "express": "^4.21.2",
- "mysql2": "^3.11.5"
- }
- }
|