-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 KB
/
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
34
35
36
37
{
"name": "gebrueder-weiss-woocommerce",
"description": "This plugin integrates the Gebrüder Weiss Transport API for WooCommerce. With this plugin you can manage the states of your orders via the backend. It enables you to track the current state of your order with Gebrüder Weiss.",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/towa-digital/gebrueder-weiss-woocommerce.git"
},
"keywords": [
"woocommerce-plugin",
"gebrueder-weiss",
"woocommerce"
],
"author": "Towa GmbH",
"license": "ISC",
"bugs": {
"url": "https://github.com/towa-digital/gebrueder-weiss-woocommerce/issues"
},
"homepage": "https://github.com/towa-digital/gebrueder-weiss-woocommerce#readme",
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"docsify-cli": "^4.4.4",
"husky": "^7.0.1"
},
"scripts": {
"prepare": "husky install"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.php": "php ./vendor/bin/phpcs"
}
}