-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 936 Bytes
/
package.json
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
{
"name": "opensubtitles-bot",
"displayName": "OpenSubtitles Bot",
"version": "2.0.1",
"description": "Serverless Telegram bot for searching subtitles from OpenSubtitles",
"author": "Giovani de Oliveira <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xxgicoxx/opensubtitles-bot.git"
},
"bugs": {
"url": "https://github.com/xxgicoxx/opensubtitles-bot/issues"
},
"homepage": "https://github.com/xxgicoxx/opensubtitles-bot#readme",
"keywords": [
"opensubtitles",
"serverless",
"subtitles",
"search",
"vercel",
"vercel-serverless"
],
"dependencies": {
"arg": "^5.0.1",
"dotenv": "^16.0.0",
"node-telegram-bot-api": "^0.56.0",
"opensubtitles-api": "^5.1.2"
},
"devDependencies": {
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4"
}
}