techveda-react-seo
Version:
Complete React SEO automation library with meta tags, robots.txt and sitemap generation
48 lines (47 loc) • 1.31 kB
JSON
{
"name": "techveda-react-seo",
"version": "1.0.7",
"description": "Complete React SEO automation library with meta tags, robots.txt and sitemap generation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"watch": "tsc --watch",
"type-check": "tsc --noEmit",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.30.1 || ^7.0.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-helmet": "^6.1.11",
"@types/react-router-dom": "^7.0.0",
"typescript": "^5.4.0"
},
"keywords": [
"techveda",
"react",
"seo",
"meta tags",
"robots.txt",
"sitemap.xml",
"automation",
"typescript"
],
"author": "Techveda (Vinay Gurjar) <vinayc000176@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Vinay-Gurjar/techveda-react-seo.git"
},
"bugs": {
"url": "https://github.com/Vinay-Gurjar/techveda-react-seo/issues"
}
}