-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto tagging and collection creation works
- Loading branch information
1 parent
2c2cf04
commit 8c215e1
Showing
4 changed files
with
119 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"name": "plex-requester-collections", | ||
"version": "0.0.1", | ||
"description": "Node app to automatically create Plex Collections for content requested by users in Overseerr.", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"start": "tsc && node dist/index.js", | ||
"lint": "eslint . --ext .ts", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"plex", | ||
"overseerr", | ||
"homelab", | ||
"selfhost" | ||
], | ||
"author": "Jess Latimer", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.59.5", | ||
"@typescript-eslint/parser": "^5.59.5", | ||
"eslint": "^8.40.0", | ||
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@types/lodash": "^4.14.194", | ||
"@types/node": "^20.1.3", | ||
"axios": "^1.4.0", | ||
"dotenv": "^16.0.3", | ||
"lodash": "^4.17.21" | ||
} | ||
"name": "plex-requester-collections", | ||
"version": "1.0.0", | ||
"description": "Node app to automatically create Plex Collections for content requested by users in Overseerr.", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"start": "tsc && node dist/index.js", | ||
"lint": "eslint . --ext .ts", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"plex", | ||
"overseerr", | ||
"homelab", | ||
"selfhost" | ||
], | ||
"author": "Jess Latimer", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.59.5", | ||
"@typescript-eslint/parser": "^5.59.5", | ||
"eslint": "^8.40.0", | ||
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@types/lodash": "^4.14.194", | ||
"@types/node": "^20.1.3", | ||
"axios": "^1.4.0", | ||
"dotenv": "^16.0.3", | ||
"lodash": "^4.17.21" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters