-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 940 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": "pinus-kcp",
"version": "1.1.2",
"description": "用于 pinus (ts 版 pomelo),提供一个 kcp 的 connector",
"main": "./dist/index",
"types": "./lib/index",
"scripts": {
"build": "rimraf ./dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bruce48x/pinus-kcp.git"
},
"keywords": [
"pinus",
"pomelo",
"kcp"
],
"author": "bruce48x",
"license": "MIT",
"dependencies": {
"@types/node": "^16.0",
"node-kcp-x": "^1.1",
"pinus": "^1.7.0",
"pinus-protobufjs": "^1.0.2",
"pinus-protocol": "^1.7.0"
},
"devDependencies": {
"@types/async": "^3.2.24",
"@types/crc": "^3.8.3",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"rimraf": "^5.0.5",
"typescript": "^4.3.5"
},
"bugs": {
"url": "https://github.com/bruce48x/pinus-kcp/issues"
},
"homepage": "https://github.com/bruce48x/pinus-kcp#readme"
}