create-man-next-app
Version:
Create a modern Next.js 15 app with TypeScript, Tailwind, ShadCN, and more
33 lines (32 loc) • 632 B
JSON
{
"name": "create-man-next-app",
"version": "0.1.6",
"description": "Create a modern Next.js 15 app with TypeScript, Tailwind, ShadCN, and more",
"bin": {
"create-man-next-app": "index.js"
},
"files": [
"index.js"
],
"keywords": [
"create-next-app",
"nextjs-template",
"nextjs",
"tailwindcss",
"typescript",
"shadcn",
"eslint",
"prettier",
"husky",
"boilerplate"
],
"author": "Muhsin Abdul Nissar",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Muhsin-42/man-next-app.git"
},
"engines": {
"node": ">=14.0.0"
}
}