-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
49 lines (49 loc) · 998 Bytes
/
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
{
"name": "egg-framework-mongoose",
"version": "1.1.2",
"description": "",
"dependencies": {
"egg": "^3.28.0",
"egg-mongoose": "^4.0.1"
},
"devDependencies": {
"egg-bin": "^6.10.0",
"egg-mock": "^5.12.5",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"@eslint/js": "^9.10.0"
},
"engines": {
"node": ">=18.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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yisbug/egg-mongoose-framework.git"
},
"keywords": [
"egg",
"egg-framework"
],
"author": "yisbug",
"files": [
"index.js",
"lib",
"app",
"config"
],
"eslintIgnore": [
"coverage",
"dist"
],
"license": "MIT"
}