nxt-create-page
Version:
CLI tool to create Next.js pages
25 lines (24 loc) • 458 B
JSON
{
"name": "nxt-create-page",
"version": "1.0.10",
"description": "CLI tool to create Next.js pages",
"main": "cli.js",
"bin": {
"nxt": "./cli.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nextjs",
"cli",
"page-creator"
],
"author": "Rahul Saini",
"license": "ISC",
"dependencies": {
"@inquirer/prompts": "^3.0.0",
"chalk": "^5.3.0"
}
}