-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.13 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
{
"name": "connection",
"version": "1.5.0",
"engines": {
"node": ">= 8.0.0"
},
"description": "wrap for socket",
"files": [
"lib",
"index.js",
"index.d.ts"
],
"dependencies": {
"await-first": "^1.0.0",
"pump": "^3.0.0",
"sdk-base": "^3.5.1"
},
"devDependencies": {
"@types/node": "20",
"await-event": "^2.1.0",
"egg-bin": "^4.7.1",
"eslint": "^5.2.0",
"eslint-config-egg": "^7.0.0",
"git-contributor": "^2.1.5",
"mm": "^2.2.2",
"sofa-bolt-node": "^1.1.1"
},
"scripts": {
"lint": "eslint . --ext .js",
"cov": "egg-bin cov",
"test": "npm run lint && npm run test-local",
"test-local": "egg-bin test",
"ci": "npm run lint && npm run cov",
"contributor": "git-contributor"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-modules/connection.git"
},
"keywords": [
"socket",
"tcp",
"connection"
],
"author": "killagu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-modules/connection/issues"
},
"homepage": "https://github.com/node-modules/connection#readme"
}