12345678910111213141516171819202122 |
- {
- "name": "download-server",
- "version": "1.0.0",
- "description": "",
- "main": "index.mjs",
- "type": "module",
- "scripts": {
- "start": "node index.mjs",
- "test": "node src/test.mjs"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^1.6.8",
- "dotenv": "^16.4.7",
- "express": "^4.19.1",
- "form-data": "^4.0.2",
- "fs-extra": "^11.2.0",
- "puppeteer": "^22.6.0"
- }
- }
|