-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 796 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
{
"name": "gin-zone",
"version": "1.0.0",
"description": "go react uniapp 综合练手项目",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"i:all": "bash ./scripts/install.sh",
"r:all": "bash ./scripts/run.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jiang-Xia/gin-zone.git"
},
"keywords": [
"go",
"gin",
"react",
"ant-design",
"uniapp",
"大前端"
],
"author": "jiangxia",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jiang-Xia/gin-zone/issues"
},
"homepage": "https://github.com/Jiang-Xia/gin-zone#readme",
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"husky": "^8.0.0"
}
}