-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 854 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
{
"name": "wordpress-composer",
"description": "WordPress installation using Composer.",
"keywords": [
"WordPress",
"Composer"
],
"version": "2.0.0",
"license": "GPL-2.0-or-later",
"author": {
"name": "Armand Philippot",
"email": "[email protected]",
"url": "https://www.armandphilippot.com/"
},
"homepage": "https://github.com/ArmandPhilippot/wordpress-composer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ArmandPhilippot/wordpress-composer.git"
},
"bugs": {
"url": "https://github.com/ArmandPhilippot/wordpress-composer/issues"
},
"scripts": {
"release": "standard-version -a"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^13.1.0",
"husky": "^7.0.2",
"standard-version": "^9.3.1"
}
}