blogstart
Version:
Automatically setup SEO-optimized blog routes for Next.js projects
47 lines (46 loc) • 920 B
JSON
{
"name": "blogstart",
"version": "1.0.4",
"description": "Automatically setup SEO-optimized blog routes for Next.js projects",
"main": "index.js",
"bin": {
"blogstart-setup": "./setup.js"
},
"scripts": {
"postinstall": "node setup.js"
},
"keywords": [
"nextjs",
"blog",
"seo",
"automatic",
"setup",
"typescript",
"javascript",
"app-router",
"pages-router"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/blogstart.git"
},
"homepage": "https://github.com/yourusername/blogstart#readme",
"bugs": {
"url": "https://github.com/yourusername/blogstart/issues"
},
"peerDependencies": {
"next": ">=12.0.0",
"react": ">=17.0.0"
},
"files": [
"index.js",
"setup.js",
"templates/",
"README.md"
],
"engines": {
"node": ">=14.0.0"
}
}