-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 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
{
"name": "dbd-balance-checker",
"version": "1.0.0",
"description": "A web-based tool to check whether or not Perk or Killer combinations are in tune with the balancing of a competitive Dead by Daylight league ruleset.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kylestarrtech/DBD-Balance-Checker.git"
},
"keywords": [
"deadbydaylight",
"dbd"
],
"author": "Kyle Starr",
"license": "ISC",
"bugs": {
"url": "https://github.com/kylestarrtech/DBD-Balance-Checker/issues"
},
"homepage": "https://github.com/kylestarrtech/DBD-Balance-Checker#readme",
"dependencies": {
"canvas": "^2.11.2",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"google-spreadsheet": "^3.3.0",
"multer": "^2.0.2",
"natural": "^6.10.5",
"node-fetch": "^2.7.0",
"pako": "^2.1.0",
"pixelmatch": "^7.1.0",
"pug": "^3.0.2",
"sharp": "^0.34.2",
"socket.io": "^4.7.2",
"tesseract.js": "^6.0.1"
}
}