-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 804 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": "makecomputinggridagain",
"type": "module",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PapaLabber/MakeComputingGridAgain.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PapaLabber/MakeComputingGridAgain/issues"
},
"homepage": "https://github.com/PapaLabber/MakeComputingGridAgain#readme",
"description": "",
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"csv-parser": "^3.2.0",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.14.0",
"socket.io": "^4.8.1",
"ws": "^8.18.1"
},
"devDependencies": {
"jsdom": "^26.1.0",
"vitest": "^3.1.3"
}
}