-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "guards-bot",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "jasmine",
"start": "NODE_ENV=production && node deploy-commands.js && node main.js",
"heroku-postbuild": "mkdir ./.cache && mv /app/.cache/puppeteer ./.cache"
},
"author": "",
"license": "ISC",
"dependencies": {
"ascii-table": "^0.0.9",
"chroma-js": "^2.6.0",
"color-contrast-checker": "^2.1.0",
"discord.js": "^14.15.2",
"jasmine": "^5.1.0",
"join-images": "^1.1.5",
"js-levenshtein": "^1.1.6",
"jsdom": "^24.1.0",
"pg": "^8.12.0",
"puppeteer": "^22.10.0",
"reconnecting-websocket": "^4.4.0",
"sharp": "^0.32.6",
"ws": "^8.17.0",
"ztable": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-object-assign": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-node": "^11.1.0"
}
}