DramaHarvester/package.json

20 lines
412 B
JSON

{
"dependencies": {
"axios": "^1.6.7",
"axios-retry": "^4.0.0",
"bottleneck": "^2.19.5",
"dotenv": "^16.4.5",
"ioredis": "^5.3.2",
"readline": "^1.3.0"
},
"devDependencies": {
"@types/node": "^20.12.5",
"copyfiles": "^2.4.1",
"typescript": "^5.3.3"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "tsc -p tsconfig.tests.json"
}
}