12345678910111213141516171819 |
- {
- "name": "wedding-be",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "start": "pm2 start ecosystem.config.js --env production"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^1.11.0",
- "crypto": "^1.0.1",
- "express": "^5.1.0",
- "memory-cache": "^0.2.0"
- }
- }
|