-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 923 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 923 Bytes
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
{
"name": "egg-reqp",
"version": "1.0.2",
"description": "egg xss过滤器",
"eggPlugin": {
"name": "reqp",
"optionalDependencies": [],
"env": [
"local",
"test",
"unittest",
"prod"
]
},
"dependencies": {},
"devDependencies": {
"@types/node": "^13.7.0",
"egg": "^2.26.0",
"egg-bin": "^4.11.0",
"egg-mock": "^3.25.1"
},
"scripts": {
"test": "npm run build && egg-bin test",
"build": "clear && rm -rf ./app ./lib && tsc",
"release": "clear && git checkout master && git merge dev && git push origin master && npm run build && nrm use npm && npm publish && git checkout dev"
},
"repository": {
"type": "git",
"url": "https://github.com/zyyou/egg-reqp"
},
"keywords": [
"egg",
"egg-plugin",
"eggPlugin",
"egg-extend",
"eggextend",
"egg-reqp",
"egg-xss"
],
"author": "zyy",
"license": "MIT"
}