-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 755 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 755 Bytes
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
{
"name": "brevwoo",
"version": "3.0.3",
"description": "Add WooCommerce customers to Brevo on product purchase.",
"author": "Alec Rust (https://www.alecrust.com/)",
"license": "GPL-2.0-or-later",
"repository": "https://github.com/AlecRust/brevwoo",
"scripts": {
"env": "wp-env",
"lint": "prettier --check . && ./vendor/bin/grumphp run",
"format": "prettier --write .",
"release": "GITHUB_TOKEN=${GITHUB_TOKEN:-$(gh auth token)} release-it --ci",
"prepare": "husky"
},
"packageManager": "npm@11.11.0",
"devDependencies": {
"@release-it/bumper": "^7.0.5",
"@wordpress/env": "^11.0.0",
"@wordpress/prettier-config": "^4.40.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"release-it": "^19.2.4"
}
}