-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
37 lines (37 loc) · 960 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": "reacombot",
"version": "0.3.12",
"description": "Telegram reacom bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LyoSU/reacombot.git"
},
"author": "LyoSU",
"license": "MIT",
"bugs": {
"url": "https://github.com/LyoSU/reacombot/issues"
},
"homepage": "https://github.com/LyoSU/reacombot#readme",
"dependencies": {
"@pm2/io": "^4.3.5",
"dotenv": "^8.6.0",
"emoji-regex": "^10.2.1",
"mongoose": "^5.13.2",
"telegraf": "^3.39.0",
"telegraf-i18n": "^6.6.0",
"telegraf-ratelimit": "^2.0.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.0.1"
}
}