-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
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
{
"name": "@graphi/core",
"version": "0.1.0",
"description": "",
"egg": {
"declarations": true
},
"dependencies": {
"@graphi/tools": "0.1.0",
"archiver": "^5.1.0",
"dayjs": "^1.9.6",
"egg": "^2.15.1",
"egg-mongoose": "^3.3.1",
"egg-redis": "^2.4.0",
"egg-router-plus": "^1.3.1",
"egg-scripts": "^2.11.0",
"jsonwebtoken": "^8.5.1",
"mongoose-delete": "^0.5.3",
"nunjucks": "^3.2.2",
"ylru": "^1.2.1"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=graphi-core --workers=1",
"stop": "egg-scripts stop --title=graphi-core",
"dev": "sh scripts/dev.sh",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint . --fix",
"ci": "npm run cov",
"autod": "autod"
},
"ci": {
"version": "12"
},
"repository": {
"type": "git",
"url": "https://github.com/ihparg/graphi"
},
"author": "lobos841@gmail.com",
"license": "GPL-3.0"
}