forked from meta4d-me/sig-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "m4m-sig-server",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"egg": "^3",
"egg-cors": "^2.2.3",
"egg-scripts": "^2",
"egg-validate": "^2.0.2",
"egg-watcher-chokidar": "^2.1.0",
"ethers": "^6.1.0"
},
"devDependencies": {
"egg-bin": "^5",
"egg-ci": "^2",
"egg-mock": "^5",
"eslint": "^8",
"eslint-config-egg": "^12"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-m4m-sig-server --stdout=./logs/master-stdout.log --stderr=./logs/master-stderr.log --port=7001",
"stop": "egg-scripts stop --title=egg-server-m4m-sig-server",
"dev": "egg-bin dev --stdout=./logs/master-stdout.log --stderr=./logs/master-stderr.log",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint server",
"ci": "npm run lint && npm run cov"
},
"ci": {
"version": "16, 18",
"type": "github"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT"
}