-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.21 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
47
48
49
50
51
52
53
{
"name": "egg-pomelo",
"version": "0.0.9",
"description": "sex pomelo cli for egg",
"eggPlugin": {
"name": "pomelo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shudingbo/egg-pomelo.git"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"pomelo"
],
"dependencies": {
"@sex-pomelo/sex-pomelo-admin": "^1.0.9",
"@sex-pomelo/sex-pomelo-logger": "^0.1.14"
},
"deprecated": false,
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg": "^2.26.0",
"egg-bin": "^4.14.1",
"egg-ci": "^1.13.1",
"egg-mock": "^3.25.1",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.5.1"
},
"engines": {
"node": ">=8.0.0"
},
"homepage": "https://github.com/shudingbo/egg-pomelo",
"bugs": {
"url": "https://github.com/shudingbo/egg-pomelo/issues"
},
"scripts": {
"autod": "autod",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"cov": "egg-bin cov",
"lint": "eslint .",
"pkgfiles": "egg-bin pkgfiles",
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test"
},
"author": {
"name": "shudingbo"
},
"license": "MIT"
}