{
  "name": "rnt-next",
  "version": "5.8.0",
  "description": "CLI para criar aplicações Next.js com configuração completa: Styled Components/Tailwind, projeto limpo/exemplos, testes opcionais, dependências adicionais e backend com Prisma/MySQL - Criado por RNT",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "nextjs",
    "cli",
    "template",
    "react",
    "typescript",
    "styled-components",
    "tailwind",
    "jest",
    "testing",
    "empty",
    "interactive",
    "prisma",
    "mysql",
    "backend",
    "colorutils",
    "middleware",
    "rnt"
  ],
  "author": "RNT <https://renato-s-dev-page.vercel.app/>",
  "license": "ISC",
  "type": "module",
  "bin": {
    "rnt-next": "./bin/rnt-next.js"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "fs-extra": "^11.1.1",
    "inquirer": "^12.9.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RNT13/rnt-next-cli.git"
  },
  "bugs": {
    "url": "https://github.com/RNT13/rnt-next-cli/issues"
  },
  "homepage": "https://github.com/RNT13/rnt-next-cli#readme"
}
