create-n4-app
Version:
Create Next.js app with the n4 stack
69 lines (68 loc) • 1.56 kB
JSON
{
"name": "create-n4-app",
"version": "2.4.46",
"description": "Create Next.js app with the n4 stack",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nabid001/create-n4-app"
},
"scripts": {
"build": "tsc",
"dev": "node ./dist/index.js"
},
"bin": {
"create-n4-app": "./dist/index.js"
},
"files": [
"template",
"dist"
],
"keywords": [
"create-n4-app",
"next.js",
"cli",
"create-app",
"typescript",
"clerk",
"auth"
],
"author": "",
"license": "MIT",
"type": "module",
"devDependencies": {
"@clerk/nextjs": "^6.12.5",
"@eslint/js": "^9.22.0",
"@neondatabase/serverless": "^0.10.4",
"@types/figlet": "^1.7.0",
"@types/react": "^19.0.10",
"dotenv": "^16.4.7",
"drizzle-kit": "^0.30.5",
"drizzle-orm": "^0.40.1",
"eslint": "^9.22.0",
"globals": "^16.0.0",
"next-auth": "^5.0.0-beta.25",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1"
},
"engines": {
"node": ">=14.16"
},
"dependencies": {
"@clack/prompts": "^0.10.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.10",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"execa": "^9.5.2",
"figlet": "^1.8.0",
"fs-extra": "^11.3.0",
"gradient-string": "^3.0.0",
"inquirer": "^12.4.3",
"mongoose": "^8.12.1",
"ora": "^8.2.0",
"prompt": "^1.3.0",
"ts-node": "^10.9.2"
}
}