-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.15 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
37
38
{
"name": "post-type-spotlight",
"version": "3.0.3",
"description": "Easily allows you to designate posts, pages, attachments and custom post types as featured.",
"main": "webpack.config.js",
"scripts": {
"build": "wp-scripts build",
"packages": "wp-scripts packages-update",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"author": "Linchpin <[email protected]>",
"license": "GPL",
"devDependencies": {
"resolve-url-loader": "^5.0.0",
"@wordpress/scripts": "^26.19.0",
"mini-css-extract-plugin": "^2.7.7",
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/linchpin/post-type-spotlight.git"
},
"bugs": {
"url": "https://github.com/linchpin/post-type-spotlight/issues",
"email": "[email protected]"
},
"engines": {
"node": ">= 20.11.0"
}
}