UNPKG

next-schema-buddy

Version:

A simple and lightweight Schema.org implementation for Next.js applications. Easily add structured data to your Next.js pages with type-safe components.

67 lines (66 loc) 1.46 kB
{ "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" } }