-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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
{
"name": "@fujia/electron-webpack-react-template",
"version": "1.2.1",
"description": "A template for electron and build with webpack & react",
"keywords": [
"template",
"stage",
"electron",
"webpack"
],
"scripts": {
"prepare": "husky install"
},
"files": [
"template",
"!template/release"
],
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/fujia-cli/electron-webpack-react-template.git"
},
"bugs": {
"url": "https://github.com/fujia-cli/electron-webpack-react-template/issues"
},
"homepage": "https://github.com/fujia-cli/electron-webpack-react-template#readme",
"publishConfig": {
"access": "public"
},
"author": {
"name": "fujia",
"url": "https://github.com/fushenguang",
"email": "fujia.site@outlook.com"
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"husky": "^7.0.4"
}
}