-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
48
49
50
51
52
53
{
"name": "fstikbot",
"version": "1.27.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "node_modules/.bin/eslint --ext js .",
"lint:fix": "node_modules/.bin/eslint --fix --ext js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/LyoSU/fStikBot.git"
},
"author": "LyoSU",
"license": "MIT",
"bugs": {
"url": "https://github.com/LyoSU/fStikBot/issues"
},
"homepage": "https://github.com/LyoSU/fStikBot#readme",
"dependencies": {
"@foile/crypto-pay-api": "^1.0.4",
"@pm2/io": "^5.0.0",
"bull": "^4.7.0",
"dotenv": "^7.0.0",
"emoji-regex": "^10.2.1",
"error-stack-parser": "^2.0.6",
"got": "^10.7.0",
"ioredis": "^4.19.4",
"limax": "^4.1.0",
"moment": "^2.29.2",
"mongoose": "^5.13.20",
"node-cron": "^3.0.2",
"openai": "^4.65.0",
"random-word-slugs": "^0.1.6",
"sharp": "^0.32.6",
"stegcloak": "^0.0.1",
"telegraf": "^3.40.0",
"telegraf-i18n": "^6.5.0",
"telegraf-ratelimit": "^2.0.0",
"telegram": "^2.15.15",
"unique-names-generator": "^4.7.1",
"wallet-pay-sdk": "^1.0.5"
},
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}