{
  "name": "conditionally-display-featured-image-on-singular-pages-and-posts",
  "version": "3.3.2",
  "description": "Easily control whether the featured image appears in the single post or page view (doesn't hide it in archive/list view).",
  "main": "js/index.js",
  "scripts": {
    "start": "wp-scripts start js/index.js",
    "build": "wp-scripts build js/index.js"
  },
  "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": "^31.2.0"
  },
  "dependencies": {
    "@wordpress/components": "^31.0.0",
    "@wordpress/compose": "^7.10.0",
    "@wordpress/data": "^10.10.0",
    "@wordpress/element": "^6.10.0",
    "@wordpress/hooks": "^4.10.0"
  }
}
