-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "whatseerr",
"version": "1.0.0",
"description": "WhatsApp bot for Seerr that allows users to search and request media via WhatsApp messages.",
"keywords": [
"whatsapp",
"seerr",
"jellyseerr",
"overseerr",
"waha",
"bot",
"movies",
"tv-shows",
"media",
"request"
],
"author": "WhatSeerr Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sufxgit/whatseerr.git"
},
"homepage": "https://github.com/sufxgit/whatseerr#readme",
"bugs": {
"url": "https://github.com/sufxgit/whatseerr/issues"
},
"type": "module",
"main": "lib/request.js",
"bin": {
"jellyseerr-request": "cli.js"
},
"scripts": {
"start": "node cli.js",
"cli": "node cli.js",
"bot": "node whatsapp-bot.js",
"whatsapp": "node whatsapp-bot.js",
"configure-webhook": "node scripts/configure-webhook.js"
},
"dependencies": {
"fastify": "^4.29.1",
"@fastify/cors": "^8.5.0",
"node-cache": "^5.1.2",
"p-queue": "^8.1.1",
"zod": "^3.25.76",
"@fastify/rate-limit": "^9.1.0"
}
}