-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "jianghujs-3table-crud",
"version": "0.0.1",
"description": "",
"private": true,
"egg": {
"declarations": true,
"framework": "@jianghujs/jianghu"
},
"dependencies": {
"@jianghujs/jianghu": "5.0.9",
"dotenv": "^16.3.1",
"egg": "^2.15.1",
"egg-scripts": "^2.11.0"
},
"devDependencies": {
"egg-bin": "^4.11.0",
"egg-mock": "^3.21.0",
"eslint": "^7.32.0",
"eslint-config-egg": "^7.1.0",
"eslint-plugin-jsdoc": "^37.6.1"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "egg-scripts start --workers=2 --daemon --port=7204 --title=jianghujs-3table-crud",
"stop": "egg-scripts stop --title=jianghujs-3table-crud",
"dev": "egg-bin dev --port=7204",
"debug": "egg-bin debug",
"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": "https://github.com/jianghujs/jianghujs-3table-crud.git"
},
"author": "jianghujs.org",
"license": "Apache-2.0"
}