-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 939 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
30
31
32
33
34
{
"name": "iconography",
"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",
"test:snapshots": "wp-scripts test-unit-js --updateSnapshot",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"type-coverage": "type-coverage --strict --detail --at-least 97.5"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/react": "^16.2.0",
"@types/wordpress__block-editor": "^11.5.16",
"@wordpress/dom-ready": "^4.0.1",
"@wordpress/editor": "^14.0.8",
"@wordpress/icons": "^10.0.2",
"@wordpress/interface": "^6.0.3",
"@wordpress/scripts": "^28.0.2",
"react": "^18.2.0",
"type-coverage": "^2.29.7"
}
}