-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.34 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "hydro-bot",
"version": "11.45.14",
"bin": "bin/robot.js",
"main": "dist/main.js",
"engines": {
"node": ">13.10"
},
"scripts": {
"tsc": "tsc -b",
"build": "webpack-cli --config webpack.config.js",
"build:watch": "webpack-cli --config webpack.config.js --watch",
"debug": "node min/hack && node --async-stack-traces --enable-source-maps --experimental-vm-modules --expose-gc --inspect --trace-deprecation --trace-warnings bin/robot.js",
"start": "node min/hack && node --enable-source-maps --experimental-vm-modules --expose-gc bin/robot.js",
"lint": "eslint bin src --ext ts,js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hydro-dev/HydroBot.git"
},
"author": "masnn",
"license": "MIT",
"bugs": {
"url": "https://github.com/hydro-dev/HydroBot/issues"
},
"dependencies": {
"adm-zip": "^0.5.5",
"ansi_up": "^5.0.1",
"axios": "^0.21.1",
"canvas": "^2.8.0",
"echarts": "^5.1.2",
"fs-extra": "^10.0.0",
"googleapis": "^82.0.0",
"https-proxy-agent": "^5.0.0",
"js-yaml": "^4.1.0",
"jsdom": "^16.6.0",
"koishi-plugin-gosen-choyen": "^1.0.4",
"koishi-plugin-mediawiki": "^0.0.4",
"lodash": "^4.17.19",
"moment": "^2.29.1",
"mongodb": "^3",
"pngjs": "^6.0.0",
"rss-feed-emitter": "^3.2.2",
"scribbletune": "^4.1.1",
"sharp": "0.27.2",
"shell-escape": "^0.2.0",
"superagent": "^6.1.0",
"superagent-proxy": "^2.1.0"
},
"homepage": "https://undefined.moe/",
"description": "?",
"devDependencies": {
"@types/adm-zip": "^0.4.34",
"@types/fs-extra": "^9.0.6",
"@types/js-yaml": "^4.0.2",
"@types/jsdom": "^16.2.13",
"@types/lodash": "^4.14.166",
"@types/node": "^16.4.4",
"@types/pngjs": "^6.0.1",
"@types/puppeteer-core": "^5.4.0",
"@types/sharp": "^0.28.5",
"@types/shell-escape": "^0.2.0",
"@types/superagent": "4.1.12",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.2.0",
"ignore-loader": "^0.1.2",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^9.2.4",
"webpack": "^5.47.0",
"webpack-cli": "^4.5.0"
}
}