-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 942 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 942 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
36
37
{
"name": "front-unity",
"version": "3.1.0",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"start": "node ./build/index.js",
"dev": "ts-node ./webServer/index.ts"
},
"dependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.7.15",
"@types/ws": "^8.5.3",
"cors": "^2.8.5",
"debug": "~4.3.4",
"express": "~4.18.1",
"morgan": "^1.10.0",
"uuid": "^9.0.0",
"ws": "^8.8.1"
},
"devDependencies": {
"@jest-mock/express": "^2.0.1",
"@types/jest": "^29.0.2",
"@types/morgan": "^1.9.3",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"eslint-plugin-jest": "^27.0.1",
"jest": "^29.0.2",
"jest-websocket-mock": "^2.4.0",
"mock-socket": "^9.1.5",
"newman": "^6.0.0",
"pkg": "^5.8.0",
"ts-jest": "^29.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
}
}