-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.25 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.25 KB
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
{
"name": "vibot",
"version": "8.16.9",
"description": "ViBot",
"main": "index.js",
"dependencies": {
"@google-cloud/vision": "^4.0.2",
"@influxdata/influxdb-client": "^1.33.2",
"axios": "^1.6.2",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"cookie": "^0.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron": "^3.1.6",
"discord.js": "^14.14.1",
"eventsource": "^2.0.2",
"express": "^4.19.2",
"express-rate-limit": "^7.1.4",
"moment": "^2.29.4",
"mysql2": "^3.9.8",
"node-gyp": "^10.0.1",
"path": "^0.12.7",
"pem": "^1.14.8",
"redis": "^4.6.11",
"request": "^2.88.2"
},
"scripts": {
"test": ";ping",
"job": "node jobs/runner.js",
"lint": "eslint --ext .js .",
"lint-errors": "eslint --ext .js --quiet ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Thomasc33/ViBot.git"
},
"keywords": [
"rotmg"
],
"author": "Thomas Carr",
"license": "ISC",
"bugs": {
"url": "https://github.com/Thomasc33/ViBot/issues"
},
"homepage": "https://github.com/Thomasc33/ViBot#readme",
"devDependencies": {
"eslint": "^8.49.0",
"eslint-plugin-vibot-rules": "file:eslint-plugin-vibot-rules",
"xo": "^0.56.0"
}
}