-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.08 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": "conditionally-display-featured-image-on-singular-pages-and-posts",
"version": "3.2.0",
"description": "Choose if the featured image should be displayed in the single post/page view or not. This plugin doesn't affect the archives view.",
"main": "src/index.js",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyrillbolliger/conditional-featured-image.git"
},
"keywords": [
"WordPress",
"Plugin",
"Thumbnail",
"Image"
],
"author": "Cyrill Bolliger",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/cyrillbolliger/conditional-featured-image/issues"
},
"homepage": "https://wordpress.org/plugins/conditionally-display-featured-image-on-singular-pages/",
"devDependencies": {
"@wordpress/scripts": "^30.3.0"
},
"dependencies": {
"@wordpress/components": "^28.10.0",
"@wordpress/compose": "^7.10.0",
"@wordpress/data": "^10.10.0",
"@wordpress/element": "^6.10.0",
"@wordpress/hooks": "^4.10.0"
}
}