-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 851 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
{
"name": "block-finder",
"version": "1.0.2",
"description": "Add block checks in the editor to support publishing accessible content",
"author": "Troy Chaplin",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"clean": "rm -rf node_modules ; rm package-lock.json ; npm install",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts build && wp-scripts plugin-zip",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@wordpress/env": "^10.6.0",
"@wordpress/prettier-config": "^4.6.0",
"@wordpress/scripts": "^28.6.0",
"husky": "^9.1.5"
}
}