-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 933 Bytes
/
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
{
"name": "wordpress-theme-webpack",
"description": "A WordPress boilerplate to develop themes with webpack.",
"version": "1.0.0",
"license": "GPL-2.0-or-later",
"author": {
"name": "Armand Philippot",
"email": "[email protected]",
"url": "https://www.armandphilippot.com/"
},
"homepage": "https://github.com/boilerplates-collection/wordpress-theme-webpack#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/boilerplates-collection/wordpress-theme-webpack.git"
},
"bugs": {
"url": "https://github.com/boilerplates-collection/wordpress-theme-webpack/issues"
},
"keywords": [
"WordPress",
"theme",
"boilerplate"
],
"scripts": {
"release": "standard-version -s"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"husky": "^7.0.2",
"standard-version": "^9.3.1"
}
}