mirror of
https://github.com/thelegendtubaguy/ArrQueueCleaner.git
synced 2026-01-12 09:20:23 -06:00
37 lines
991 B
JSON
37 lines
991 B
JSON
{
|
|
"name": "arr-queue-cleaner",
|
|
"version": "1.2.2",
|
|
"description": "Automated queue cleaner for Sonarr and Radarr",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "tsx --watch src/index.ts",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.12.2",
|
|
"cron": "^4.3.3",
|
|
"dotenv": "^17.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.37.0",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.7.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.46.0",
|
|
"@typescript-eslint/parser": "^8.46.0",
|
|
"eslint": "^9.37.0",
|
|
"jest": "^30.2.0",
|
|
"ts-jest": "^29.4.4",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.46.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|