-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 939 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
{
"name": "sous-distro",
"version": "0.0.1",
"description": "A starter kit for a Drupal project",
"scripts": {
"publish": "semantic-release --tag-format '${version}'",
"publish-test": "semantic-release --tag-format '${version}' --dry-run --debug",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "[email protected]:fourkitchens/sous-drupal-distro.git"
},
"keywords": [
"sous"
],
"author": "Four Kitchens",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/release-notes-generator": "^9.0.1",
"husky": "^4.2.5",
"semantic-release": "^17.0.7",
"patch-package": "^6.2.2"
}
}