12345678910111213141516171819 |
- {
- "name": "4l_capital_central_control_client",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^1.6.7",
- "date-fns": "^2.30.0",
- "date-fns-tz": "^2.0.1",
- "express": "^4.18.3",
- "log4js": "^6.9.1"
- }
- }
|