-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
56 lines (56 loc) · 1.11 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
52
53
54
55
56
{
"name": "egg-zrole",
"version": "3.0.4",
"description": "casbin plugin for eggjs",
"eggPlugin": {
"name": "zrole"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin"
],
"types": "index.d.ts",
"dependencies": {
"casbin": "^5.34.0"
},
"devDependencies": {
"casbin-sequelize-adapter": "^2.7.0",
"egg": "^3",
"egg-bin": "^5",
"egg-ci": "^2",
"egg-mock": "^5",
"eslint": "^8",
"eslint-config-egg": "^12",
"mysql2": "^3.0.0-rc.1"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov"
},
"files": [
"app.js",
"agent.js",
"config",
"app"
],
"ci": {
"version": "16, 18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klren0312/egg-zrole.git"
},
"bugs": {
"url": "https://github.com/klren0312/egg/issues"
},
"homepage": "https://github.com/klren0312/egg-zrole#readme",
"author": "klren",
"license": "MIT"
}