forked from kartikk221/hyper-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "hyper-express",
"version": "6.1.3",
"description": "High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.",
"main": "index.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kartikk221/hyper-express.git"
},
"keywords": [
"uws",
"websockets",
"uwebsocketsjs",
"express",
"expressjs",
"fast",
"http-server",
"https-server",
"http",
"https",
"ws",
"websocket",
"performance",
"router"
],
"author": "Kartik Kumar",
"license": "MIT",
"bugs": {
"url": "https://github.com/kartikk221/hyper-express/issues"
},
"homepage": "https://github.com/kartikk221/hyper-express#readme",
"dependencies": {
"@types/busboy": "^0.3.1",
"@types/express": "^4.17.13",
"@types/node": "^16.11.6",
"accepts": "^1.3.7",
"busboy": "^1.0.0",
"cookie": "^0.4.1",
"cookie-signature": "^1.1.0",
"mime-types": "^2.1.33",
"qs": "^6.10.3",
"range-parser": "^1.2.1",
"type-is": "^1.6.18",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.10.0"
},
"devDependencies": {
"typescript": "^4.4.4"
}
}