-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 840 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 840 Bytes
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
{
"name": "tribesbot0.5",
"version": "0.0.1",
"description": "A bot to handle the rules for playing Tribes",
"main": "websocket-server.js",
"author": {
"name": "Kevin Mitcham",
"email": "kmitcham@gmail.com",
"url": "https://kevinmitcham.com"
},
"scripts": {
"start": "node websocket-server.js",
"test": "jest",
"clear_jest": "jest --clearCache"
},
"dependencies": {
"bcrypt": "^6.0.0",
"latest": "^0.2.0",
"playwright": "^1.58.2",
"test": "^0.6.0",
"update": "^0.7.4",
"winston": "^3.3.3",
"ws": "^8.18.0"
},
"devDependencies": {
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.5",
"jest": "^27.5.1",
"node-fetch": "^3.3.2",
"prettier": "^3.5.3",
"typescript": "^5.8.2"
},
"license": "ISC"
}