[READ-ONLY] Mirror of https://github.com/FoxxMD/tautulli-notification-digest. Consolidate Tautuilli Notification agent events for discord
digest discord newsletter notification plex tautulli tautulli-api webhook
0

Configure Feed

Select the types of activity you want to include in your feed.

2.3 kB 80 lines
1{ 2 "name": "tautulli-notification-digest", 3 "version": "0.0.1", 4 "description": "Consolidate tautulli notifications", 5 "main": "src/index.js", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/FoxxMD/tautulli-notification-digest" 9 }, 10 "engines": { 11 "node": ">=18.0.0", 12 "npm": ">=9.1.0" 13 }, 14 "author": "FoxxMD", 15 "license": "MIT", 16 "private": false, 17 "exports": { 18 ".": { 19 "import": "./src/index.js" 20 } 21 }, 22 "scripts": { 23 "test": "mocha 'tests/**/*.test.ts'", 24 "build": "tsc", 25 "start": "node src/index.js", 26 "schema": "yarn run -s schema-operator", 27 "schema-operator": "typescript-json-schema tsconfig.json OperatorJsonConfig --out src/common/schema/operator.json --required --tsNodeRegister --refs --validationKeywords deprecationMessage", 28 "postinstall": "patch-package" 29 }, 30 "dependencies": { 31 "@awaitjs/express": "^0.6.3", 32 "@foxxmd/logging": "^0.2.2", 33 "@foxxmd/redact-string": "^0.1.2", 34 "@supercharge/promise-pool": "^3.0.0", 35 "ajv": "^7.2.4", 36 "body-parser": "^1.19.0", 37 "common-tags": "^1.8.2", 38 "concat-stream": "^2.0.0", 39 "croner": "^7.0.5", 40 "dayjs": "^1.11.8", 41 "deepmerge": "^4.3.1", 42 "discord.js": "^14.14.1", 43 "dotenv": "^16.3.1", 44 "es6-error": "^4.1.1", 45 "express": "^4.17.1", 46 "formidable": "^2.1", 47 "got": "^11.8.2", 48 "ip": "^2.0.1", 49 "patch-package": "^8.0.0", 50 "pony-cause": "^1.1.1", 51 "postinstall-postinstall": "^2.1.0", 52 "sequelize": "^6.32.1", 53 "sqlite3": "^5.1.6", 54 "toad-scheduler": "^3.0.0", 55 "tsx": "^4.7.1", 56 "umzug": "^3.2.1", 57 "yaml": "^2.3.1" 58 }, 59 "devDependencies": { 60 "@istanbuljs/nyc-config-typescript": "^1.0.2", 61 "@tsconfig/node18": "^1.0.1", 62 "@types/chai": "^4.3.0", 63 "@types/chai-as-promised": "^7.1.5", 64 "@types/concat-stream": "^2.0.0", 65 "@types/express": "^4.17.13", 66 "@types/formidable": "^2.0.5", 67 "@types/mocha": "^9.1.0", 68 "@types/node": "^18.0.0", 69 "chai": "^4.3.6", 70 "chai-as-promised": "^7.1.1", 71 "lorem-ipsum": "^2.0.8", 72 "mocha": "^10.3.0", 73 "nyc": "^15.1.0", 74 "sequelize-cli": "^6.6.1", 75 "ts-essentials": "^9.1.2", 76 "tsconfig-paths": "^3.13.0", 77 "typescript": "^5.3.3", 78 "typescript-json-schema": "^0.63" 79 } 80}