-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1000 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
35
36
37
38
39
{
"name": "prompress",
"version": "1.0.0",
"description": "Monitor your WordPress install with Prometheus.",
"author": "Peter Booker <mail@peterbooker.com>",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0",
"yarn": "Please use npm"
},
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"plugin-zip": "wp-scripts plugin-zip",
"lint:css": "wp-scripts lint-style ./src/assets/css/**/*.css",
"lint:js": "wp-scripts lint-js ./src/assets/js/**/*.js"
},
"devDependencies": {
"@types/wordpress__block-editor": "~11.5.10",
"@types/wordpress__blocks": "~12.5.13",
"@types/wordpress__components": "~23.0.11",
"@types/wordpress__notices": "~3.27.6",
"@wordpress/eslint-plugin": "~17.9.0",
"@wordpress/scripts": "~30.0.2",
"resolve-url-loader": "~5.0.0",
"webpack-remove-empty-scripts": "~1.0.4"
},
"files": [
"build",
"inc",
"languages",
"vendor",
"prompress.php",
"uninstall.php",
"composer.json",
"LICENSE",
"README.txt"
]
}