{
  "name": "@power-seo/schema",
  "version": "1.0.19",
  "description": "Type-safe JSON-LD structured data builder with 23 schema builders and React components",
  "keywords": [
    "seo",
    "json-ld",
    "schema.org",
    "structured-data",
    "rich-results",
    "nextjs-json-ld",
    "react",
    "faq-schema",
    "product-schema",
    "article-schema",
    "breadcrumb-schema",
    "local-business-schema",
    "schema-graph",
    "validate-schema",
    "typescript-json-ld",
    "nextjs",
    "remix",
    "job-posting-schema",
    "programmatic-seo",
    "typescript"
  ],
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "import": "./dist/react.js",
      "require": "./dist/react.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0",
    "pnpm": ">=8.0.0"
  },
  "dependencies": {
    "@power-seo/core": "1.0.19"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@testing-library/react": "^16.0.0",
    "@types/react": "^19.2.14",
    "jsdom": "^25.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "rimraf": "^6.1.3",
    "tsup": "^8.3.0",
    "typescript": "^5.7.0",
    "vitest": "^2.1.0"
  },
  "sideEffects": false,
  "author": "CyberCraft Bangladesh <info@ccbd.dev>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CyberCraftBD/power-seo.git",
    "directory": "packages/schema"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/CyberCraftBD/power-seo/issues"
  },
  "homepage": "https://github.com/CyberCraftBD/power-seo/tree/main/packages/schema#readme",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/cybercraftbd"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "clean": "rimraf dist"
  }
}