-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.08 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
{
"name": "@dr/auth-aws-v4-nodejs",
"version": "1.0.1",
"description": "@dr/auth-aws-v4-nodejs",
"eggPlugin": {
"name": "authAwsV4Nodejs"
},
"dr": {
"category": [
"cis",
"nodejs"
]
},
"dependencies": {},
"devDependencies": {
"cliff": "^0.1.10",
"egg": "^2.0.0",
"egg-bin": "^4.3.3",
"egg-mock": "^3.13.1",
"eslint": "^3.19.0",
"eslint-config-egg": "^5.1.1",
"husky": "^1.0.0-rc.9",
"power-assert": "^1.4.4",
"supertest": "^3.0.0"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"test": "npm run fix && npm run test-local",
"test-local": "egg-bin test",
"fix": "npm run lint -- --fix",
"cov": "egg-bin cov",
"lint": "eslint .",
"i": "npm install --no-package-lock"
},
"husky": {
"hooks": {
"pre-commit": "npm run fix && echo 提醒:Push Remote 之前, 请确认您已通过单元测试"
}
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:7999/ras/auth-aws-v4-nodejs.git"
},
"author": "the Dianrong Node Team",
"license": "MIT"
}