mirror of
https://github.com/thelegendtubaguy/ArrQueueCleaner.git
synced 2026-05-06 19:29:26 -05:00
a654a9a14f
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.20.5 to 4.20.6. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.20.5...v4.20.6) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.20.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
37 lines
992 B
JSON
37 lines
992 B
JSON
{
|
|
"name": "arr-queue-cleaner",
|
|
"version": "1.2.0",
|
|
"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.1",
|
|
"cron": "^3.5.0",
|
|
"dotenv": "^16.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.35.0",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^24.3.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
|
"@typescript-eslint/parser": "^8.43.0",
|
|
"eslint": "^9.35.0",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.4.1",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "^5.9.2",
|
|
"typescript-eslint": "^8.43.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|