-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 981 Bytes
/
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": "p2",
"version": "0.0.1",
"description": "Project 2 for CS-23-DAT-2-03",
"main": "server.js",
"scripts": {
"lint": "eslint src/",
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tinggaard/P2.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Tinggaard/P2/issues"
},
"homepage": "https://github.com/Tinggaard/P2#README",
"dependencies": {
"bufferutil": "^4.0.7",
"express": "^4.18.2",
"module": "^1.2.5",
"path": "^0.12.7",
"utf-8-validate": "^6.0.3",
"util": "^0.12.5",
"util.promisify": "^1.1.1",
"ws": "^8.13.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/preset-env": "^7.21.4",
"eslint": "^8.36.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.5.0",
"ts-jest": "^29.1.0"
},
"type": "module"
}