-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.25 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "loot",
"version": "1.0.0",
"description": "Telegram game bot by Edoardo Cortese",
"main": "lootBot.js",
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2",
"fs": "0.0.2",
"got": "^11.8.3",
"http": "0.0.1-security",
"https": "^1.0.0",
"ini-builder": "^1.1.1",
"isomorphic-fetch": "^3.0.0",
"mathjs": "^11.7.0",
"moment": "^2.29.4",
"ms": "^2.1.3",
"mysql": "^2.18.1",
"node-fetch": "^3.3.1",
"node-schedule": "^2.1.1",
"node-telegram-bot-api": "^0.61.0",
"nodejs-captcha": "^0.0.6",
"npm-check-updates": "^16.7.13",
"pdfkit": "^0.13.0",
"readline": "^1.3.0",
"request": "^2.88.2",
"string-similarity": "^4.0.4",
"sync-mysql": "^3.0.1"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Edoardo Cortese",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://[email protected]/sidelux/lootbot.git"
},
"homepage": "https://bitbucket.org/sidelux/lootbot#readme"
}