feature-maker-next
Version:
CLI para gerar features no Next.js com estrutura padrão
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "feature-maker-next",
"version": "1.0.7",
"description": "CLI para gerar features no Next.js com estrutura padrão",
"main": "dist/index.js",
"bin": {
"feature-maker-next": "./bin/make-feature.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"nextjs",
"cli",
"generator",
"feature",
"nextjs-generator",
"app-router"
],
"author": "Alexandre Safar Paim <alexandresafarpaim@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alexandreSafarPaim/feature-maker-next.git"
},
"homepage": "https://github.com/alexandreSafarPaim/feature-maker-next#readme",
"bugs": {
"url": "https://github.com/alexandreSafarPaim/feature-maker-next/issues"
},
"dependencies": {
"commander": "^11.0.0",
"chalk": "^4.1.2",
"fs-extra": "^11.1.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/fs-extra": "^11.0.1",
"typescript": "^5.0.0"
},
"files": [
"dist",
"bin",
"templates"
]
}