-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "@xprofiler/wsserver",
"version": "1.0.4",
"description": "server for xtransit",
"main": "index.js",
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-xtransit-server --port=9190 --workers=4",
"stop": "egg-scripts stop --title=egg-server-xtransit-server",
"dev": "egg-bin dev --port=9190",
"lint": "eslint app config *.js --fix",
"autod": "autod"
},
"files": [
"app",
"config/config.default.js",
"app.js",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hyj1991/xtransit-server.git"
},
"keywords": [
"xprofiler",
"easy-monitor",
"xtransit"
],
"author": "yeekwanvong@gmail.com",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/hyj1991/xtransit-server/issues"
},
"homepage": "https://github.com/hyj1991/xtransit-server#readme",
"devDependencies": {
"autod": "^3.1.0",
"egg-bin": "^4.19.0",
"eslint": "^7.0.0",
"eslint-config-egg": "^8.0.1"
},
"dependencies": {
"address": "^1.1.2",
"egg": "^2.35.0",
"egg-scripts": "^2.16.0",
"uuid": "^8.0.0",
"ws": "^7.3.0"
}
}