-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "wp-query-include-exclude",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint": "wp-scripts lint-js",
"lint:fix": "wp-scripts lint-js --fix",
"test": "wp-scripts test-unit-js --passWithNoTests",
"test:snapshots": "wp-scripts test-unit-js --updateSnapshot",
"packages-update": "wp-scripts packages-update --dist-tag=wp-6.4",
"start": "wp-scripts start",
"type-coverage": "type-coverage --strict --detail --at-least 92.03"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/react": "^16.0.1",
"@wordpress/block-editor": "^14.6.0",
"@wordpress/blocks": "^14.0.0",
"@wordpress/compose": "^7.11.0",
"@wordpress/core-data": "^7.11.0",
"@wordpress/data": "^10.11.0",
"@wordpress/hooks": "^4.11.0",
"@wordpress/icons": "^10.11.0",
"@wordpress/scripts": "^27.9.0",
"react": "^18.2.0",
"type-coverage": "^2.29.7"
}
}