-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.58 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "egg-sequelize-plus",
"version": "2.1.4-0",
"description": "兼容egg-sequelize插件的所有配置和功能,解决egg-sequelize连接数据库无法实现数据库动态部署",
"author": {
"name": "Rong姐姐好可爱"
},
"bundleDependencies": false,
"ci": {
"version": "8, 10"
},
"dependencies": {
"mysql2": "^2.0.0",
"mz-modules": "^2.1.0",
"sequelize": "^6.0.0"
},
"deprecated": false,
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg": "^2.16.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0"
},
"keywords": [
"公众号:Rong姐姐好可爱",
"142vip",
"egg-sequelize-plus",
"egg",
"egg-plugin",
"egg-sequelize",
"egg-mysql"
],
"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"
},
"eggPlugin": {
"name": "sequelizePlus"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"app.js",
"agent.js",
"config",
"app",
"lib"
],
"homepage": "https://github.com/mmdapl/egg-sequelize-plus#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mmdapl/egg-sequelize-plus.git"
},
"bugs": {
"url": "https://github.com/mmdapl/egg-sequelize-plus/issues"
}
}