UNPKG

@dijitrak/react-nextjs-seo-plugin

Version:

A modern, user-friendly SEO plugin for React and Next.js with multilingual support and comprehensive optimization tools

85 lines (84 loc) 2.3 kB
{ "type": "module", "name": "@dijitrak/react-nextjs-seo-plugin", "version": "1.0.0", "description": "A modern, user-friendly SEO plugin for React and Next.js with multilingual support and comprehensive optimization tools", "main": "dist/index.js", "_exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.esm.js", "types": "./dist/index.d.ts" }, "./react": { "require": "./dist/react/index.js", "import": "./dist/react/index.esm.js", "types": "./dist/react/index.d.ts" }, "./next": { "require": "./dist/next/index.js", "import": "./dist/next/index.esm.js", "types": "./dist/next/index.d.ts" } }, "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "test": "echo \"No tests specified\"" }, "keywords": [ "seo", "react", "next.js", "metadata", "json-ld", "structured-data", "sitemap", "robots.txt", "meta-tags", "multilingual", "hreflang" ], "author": "SEO Plugin Team <info@seoplugin.example.com>", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-typescript": "^8.3.2", "@types/jest": "^28.1.1", "@types/node": "^18.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "eslint": "^8.17.0", "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "jest": "^28.1.1", "react": "^18.1.0", "react-dom": "^18.1.0", "rimraf": "^3.0.2", "rollup": "^2.75.6", "rollup-plugin-dts": "^4.2.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "ts-jest": "^28.0.4", "tslib": "^2.4.0", "typescript": "^4.7.3" }, "repository": { "type": "git", "url": "https://github.com/seo-plugin-team/react-nextjs-seo-plugin.git" }, "bugs": { "url": "https://github.com/seo-plugin-team/react-nextjs-seo-plugin/issues" }, "homepage": "https://github.com/seo-plugin-team/react-nextjs-seo-plugin#readme" }