12345678910111213141516171819202122 |
- {
- "name": "backend",
- "version": "1.0.0",
- "description": "",
- "main": "services.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "bluebird": "^3.7.2",
- "body-parser": "^1.20.1",
- "cors": "^2.8.5",
- "express": "^4.18.2",
- "mysql2": "^3.1.2",
- "mysql2-promise": "^0.1.4",
- "node-gyp": "^9.3.1",
- "xml2json": "^0.12.0"
- }
- }
|