-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.37 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
54
55
{
"name": "@vstudio/vital.network",
"version": "1.1.2",
"author": "ᴏᴠ <crazynuggets@outlook.com> (https://github.com/ov-studio)",
"private": false,
"license": "GPL-3.0",
"description": "Vital.js' Networker (Lightweight yet Reliable)",
"homepage": "https://github.com/ov-studio/Vital.network#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ov-studio/Vital.network.git"
},
"bugs": {
"url": "https://github.com/ov-studio/Vital.network/issues"
},
"keywords": [
"ov",
"v-studio",
"vital",
"v-kit",
"v-network",
"v-engine",
"web-dev",
"game-dev",
"engine-dev",
"lightweight",
"library",
"interface",
"toolkit",
"networker",
"networking",
"networkify",
"communication",
"socket",
"rest"
],
"main": "./src",
"scripts": {
"debug": "node ./debug/server",
"build": "webpack"
},
"dependencies": {
"@vstudio/vital.kit": "1.0.10",
"express": "^4.18.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"busboy": "^1.6.0",
"ws": "^8.8.1"
},
"devDependencies": {
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
}
}