{
  "name": "next-schema-buddy",
  "version": "1.0.5",
  "description": "",
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sevastijan/next-schema-buddy.git"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "next",
    "nextjs",
    "react",
    "schema",
    "schema.org",
    "structured-data",
    "json-ld",
    "seo",
    "semantic",
    "metadata",
    "rich-snippets",
    "microdata",
    "typescript",
    "search-engine",
    "semantic-web",
    "web-standards"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sevastijan/next-schema-buddy/issues"
  },
  "homepage": "https://github.com/sevastijan/next-schema-buddy#readme",
  "devDependencies": {
    "@types/node": "^22.12.0",
    "@types/react": "^19.0.8",
    "@types/react-dom": "^19.0.3",
    "@typescript-eslint/eslint-plugin": "^8.21.0",
    "@typescript-eslint/parser": "^8.21.0",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^5.1.0",
    "tsup": "^8.3.5",
    "typescript": "^5.7.3"
  },
  "peerDependencies": {
    "next": "^15.1.6",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  }
}
