12345678910111213141516171819 |
- {
- "name": "utm-update-to-mysql",
- "version": "1.0.0",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "description": "",
- "dependencies": {
- "cors": "^2.8.5",
- "dotenv": "^17.0.1",
- "express": "^5.1.0",
- "mysql2": "^3.14.1",
- "uuid": "^11.1.0"
- }
- }
|