-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 884 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
36
37
{
"name": "tfkhdyt-movie-bot",
"version": "2.0.3",
"description": "Sebuah bot untuk mencari film dan mendownload film",
"main": "src/index.js",
"scripts": {
"start": "micro-bot",
"test": "nodemon src/index.js",
"lint": "yarn run eslint src",
"format": "prettier -cw --single-quote src"
},
"keywords": [
"movie",
"telegram",
"download",
"pahe",
"netflix",
"psarips"
],
"author": "tfkhdyt",
"license": "GPL-3.0-or-later",
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^10.0.0",
"micro-bot": "^2.5.3",
"moment-timezone": "^0.5.34",
"telegraf": "^4.4.1",
"telegram-keyboard": "^2.2.6"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1"
}
}