{
  "name": "neon-pm-tester",
  "version": "1.1.1",
  "description": "CLI para criar projetos Discord.js com TypeScript",
  "keywords": [
    "discord",
    "discord bot",
    "bots",
    "bot",
    "auth bot",
    "oauth2",
    "oauth2 bot",
    "oauth2 discord",
    "typesafe",
    "typescript",
    "components",
    "commands",
    "events",
    "discord.js",
    "discordjs",
    "buttons",
    "modals",
    "select menus",
    "dropdown",
    "handler",
    "command handler",
    "event handler",
    "boilerplate",
    "bot boilerplate",
    "CLI",
    "cli",
    "prompts",
    "prompt",
    "database",
    "databases",
    "mongodb",
    "mysql",
    "mariadb",
    "prisma",
    "postgres",
    "sql",
    "nosql",
    "zod",
    "fastify",
    "express"
  ],
  "homepage": "https://github.com/Eldritch-Tenebris/Base-Typescript/",
  "bugs": {
    "url": "https://github.com/Eldritch-Tenebris/Base-Typescript/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Eldritch-Tenebris/Base-Typescript.git"
  },
  "license": "ISC",
  "author": "lipedevv",
  "type": "module",
  "imports": {
    "#helpers": [
      "./build/helpers/index.js"
    ],
    "#menus": [
      "./build/menus/index.js"
    ],
    "#types": [
      "./build/types/index.js"
    ]
  },
  "main": "build/index.js",
  "bin": {
    "neon-pm": "build/index.js"
  },
  "files": [
    "build",
    "templates"
  ],
  "scripts": {
    "link": "npm unlink neon-pm && npm link",
    "build": "tsup",
    "test": "npm run build && npm link",
    "predev": "rm -rf playground && mkdir playground",
    "dev": "tsup --watch && cd playground && neon-pm",
    "tsx": "tsx",
    "check": "tsc --noEmit"
  },
  "dependencies": {
    "@inquirer/prompts": "7.1.0",
    "chalk": "5.3.0",
    "citty": "^0.1.6",
    "cli-table3": "^0.6.5",
    "conf": "12.0.0",
    "consola": "^3.2.3",
    "cross-spawn": "^7.0.6",
    "fast-glob": "3.3.2",
    "fs-extra": "11.2.0",
    "inquirer-file-selector": "0.6.0",
    "lodash": "^4.17.21",
    "ora": "^8.1.1",
    "pkg-types": "^1.2.1",
    "tasuku": "^2.0.1"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.6",
    "@types/fs-extra": "^11.0.4",
    "@types/lodash": "^4.17.13",
    "@types/node": "^20.14.13",
    "tsup": "^8.3.5",
    "tsx": "^4.16.2",
    "typescript": "^5.7.2"
  },
  "engines": {
    "node": ">=20.11.0"
  },
  "authors": [
    {
      "name": "lipedevv",
      "url": "https://github.com/lipedevv"
    }
  ]
}
