-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
29 lines (29 loc) · 848 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
{
"name": "wp-rest-blocks",
"version": "1.0.0",
"main": "Gruntfile.js",
"author": "Jonathan Harris",
"devDependencies": {
"@wordpress/scripts": "^28.2.0",
"grunt": "~1.6.1",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "~2.1.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"minimatch": "^9.0.5",
"underscore.string": "^3.3.6"
},
"scripts": {
"lint:php": "composer phpcs",
"lint:php:fix": "composer phpcbf",
"test:php": "composer test",
"test:php:multisite": "composer test -- -c phpunit-multisite.xml.dist",
"test:php:help": "composer test --help",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update"
}
}