-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 951 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": "movie-geek-bot",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maryan-mandzyuk/movie-geek-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maryan-mandzyuk/movie-geek-bot/issues"
},
"homepage": "https://github.com/maryan-mandzyuk/movie-geek-bot#readme",
"dependencies": {
"babel-eslint": "^10.0.2",
"dotenv": "^8.0.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"node-fetch": "^2.6.0",
"request": "^2.88.0",
"telegraf": "^3.30.1",
"telegraf-i18n": "^6.6.0"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2"
}
}