forked from TurboWarp/cloud-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 778 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 778 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
{
"name": "forkphorus-cloud-server",
"version": "0.1.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "jest",
"check": "tsc"
},
"author": "GarboMuffin",
"license": "MIT",
"dependencies": {
"finalhandler": "^2.1.0",
"serve-static": "^2.2.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"ws": "^8.18.2"
},
"devDependencies": {
"@types/finalhandler": "^1.1.0",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.14",
"@types/serve-static": "^1.15.7",
"@types/ws": "^8.18.1",
"jest": "^29.7.0",
"typescript": "^4.1.5"
},
"optionalDependencies": {
"bufferutil": "^4.0.9",
"utf-8-validate": "^6.0.5"
},
"private": true
}