DramaHarvester/package.json

20 lines
412 B
JSON
Raw Normal View History

2024-03-19 05:16:12 +00:00
{
"dependencies": {
"axios": "^1.6.7",
"axios-retry": "^4.0.0",
"bottleneck": "^2.19.5",
"dotenv": "^16.4.5",
2024-04-08 02:00:07 +00:00
"ioredis": "^5.3.2",
"readline": "^1.3.0"
2024-03-19 05:16:12 +00:00
},
"devDependencies": {
2024-04-08 02:00:07 +00:00
"@types/node": "^20.12.5",
2024-03-19 05:16:12 +00:00
"copyfiles": "^2.4.1",
"typescript": "^5.3.3"
},
"scripts": {
2024-03-22 05:25:26 +00:00
"build": "tsc",
2024-03-19 05:16:12 +00:00
"start": "node dist/index.js",
"test": "tsc -p tsconfig.tests.json"
}
2024-03-22 05:25:26 +00:00
}