forked from xyz71148/go-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (42 loc) · 1.1 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
{
"name": "we-robot",
"version": "1.0.1",
"description": "",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"res:res": "go-bindata -pkg assets -o assets/res.go assets/res/...",
"res": "npm run doc && go-bindata -pkg assets -o assets/res.go -prefix \"res/\" assets/res/...",
"doc:server": "swagger serve ./assets/res/ui/swagger/swagger.json",
"doc:replace": "sed -i '' 's/127.0.0.1/0.0.0.0/g' ./assets/res/ui/swagger/swagger.json",
"doc:gen": "mkdir -p ./assets/res/ui/swagger && swagger generate spec -m -q -o ./assets/res/ui/swagger/swagger.json",
"doc": "npm run doc:gen && npm run doc:replace"
},
"repository": {
"type": "git",
"url": "[email protected]:sanfun/wemall.git"
},
"author": "",
"license": "ISC",
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
}
}