123456789101112131415161718 |
- {
- "name": "xmtravel",
- "version": "1.0.1",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^0.27.2",
- "colors": "^1.4.0",
- "dayjs": "^1.11.2",
- "node-schedule": "^2.1.0"
- }
- }
|