-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.03 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
{
"name": "sso",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"@koa/cors": "^3.1.0",
"@z-ivan/koa-logger": "^0.0.5",
"ajv": "^8.6.2",
"ajv-i18n": "^4.0.1",
"argon2": "^0.28.2",
"egg": "^2.29.4",
"egg-redis": "^2.4.0",
"egg-router-plus": "^1.3.1",
"egg-scripts": "^2.14.0",
"egg-session-redis": "^2.1.0",
"egg-validate": "^2.0.2",
"jsonwebtoken": "^8.5.1",
"knex": "^0.95.9",
"mysql": "^2.18.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"egg-bin": "^4.16.4",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix",
"lint": "eslint .",
"ci": "npm run lint"
},
"ci": {
"version": "14"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Ivan",
"license": "MIT"
}