-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 885 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": "@ionited/mesh",
"version": "0.6.4",
"description": "A fast web framework based on uWebSocket.js",
"main": "./dist/mesh.js",
"scripts": {
"build": "tsc",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionited/mesh.git"
},
"keywords": [
"Web",
"Backend",
"Socket",
"uWebSocket.js",
"Fiber",
"Mesh",
"HTTP"
],
"author": "Ion",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionited/mesh/issues"
},
"homepage": "https://github.com/ionited/mesh#readme",
"dependencies": {
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.44.0"
},
"devDependencies": {
"@types/node": "^20.3.1",
"conventional-changelog-cli": "^3.0.0",
"typescript": "^5.0.4"
},
"files": [
"dist/*"
]
}