-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.65 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
54
55
56
57
58
{
"name": "y-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"start": "npm run build && node dist/main.js",
"build": "tsc && tsc-alias && node scripts/copy.js",
"deploy": "pm2 start dist/main.js --name=bot --cron-restart=\"0 0 * * *\"",
"re": "npm run build && pm2 restart bot --cron-restart=\"0 0 * * *\"",
"test": "npm run build && node dist/main.test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@genshin-kit/core": "^2.6.2",
"@qiyuor2/utils": "0.0.1-alpha.4",
"axios": "^0.26.1",
"canvas": "^2.11.0",
"cheerio": "^1.0.0-rc.10",
"fs-extra": "^10.1.0",
"genshin-gacha-kit": "^1.1.0",
"get-pixels": "^3.3.3",
"gif-encoder": "^0.7.2",
"glob": "^8.0.3",
"i": "^0.3.7",
"js-yaml": "^4.1.0",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"mirai-ts": "^2.4.3",
"node-schedule": "^2.1.1",
"node-wordcloud": "^0.0.2",
"nodejieba": "^2.6.0",
"npm": "^9.1.1",
"pug": "^3.0.2",
"puppeteer": "^13.5.2",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/get-pixels": "^3.3.2",
"@types/gif-encoder": "^0.7.1",
"@types/glob": "^8.0.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^17.0.23",
"@types/node-schedule": "^2.1.0",
"@types/pug": "^2.0.6",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.0",
"eslint-plugin-promise": "^6.1.1",
"esno": "^0.16.3",
"tsc-alias": "^1.8.2"
}
}