vibe-seo
Version:
AI-friendly SEO generator for modern web frameworks
35 lines (34 loc) • 982 B
JSON
{
"name": "vibe-seo",
"version": "0.6.20",
"description": "AI-friendly SEO generator for modern web frameworks",
"main": "lib/index.js",
"bin": {
"vibe-seo-init": "bin/vibe-seo-init.js",
"vibe-seo-gen": "bin/vibe-seo-gen.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["seo", "sitemap", "robots", "ai", "nextjs", "react", "vue", "angular", "vite"],
"author": "Juan Colmenares <hello@juancolmenares.com> (https://www.juancolmenares.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/onecf/vibe-seo.git"
},
"homepage": "https://www.juancolmenares.com/vibe-seo",
"bugs": {
"url": "https://github.com/onecf/vibe-seo/issues"
},
"dependencies": {
"commander": "^11.0.0",
"js-yaml": "^4.1.0",
"mustache": "^4.2.0",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"cheerio": "^1.0.0-rc.12",
"chalk": "^4.1.2",
"ora": "^5.4.1"
}
}