{
  "name": "nodepilot",
  "version": "1.0.8",
  "description": "NodePilot is a powerful and customizable CLI tool designed to instantly scaffold modern Node.js + TypeScript applications. With a single command, it sets up a production-ready Express project complete with a clean folder structure, example modules, MongoDB integration, and essential developer configurations helping you start coding faster and smarter.",
  "main": "./dist/index.js",
  "files": [
    "dist"
  ],
  "bin": {
    "nodepilot": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adnanhjoy/nodepilot.git"
  },
  "scripts": {
    "build": "npx tsc && node ./scripts/copy-templates.ts && npm run obfuscate",
    "obfuscate": "javascript-obfuscator dist --output dist --compact true --control-flow-flattening true",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cli",
    "node",
    "typescript",
    "express",
    "boilerplate",
    "generator",
    "nodejs-cli",
    "express-generator",
    "typescript-generator",
    "mongoose",
    "mongodb",
    "rest-api",
    "project-scaffolding",
    "code-generator",
    "backend-starter",
    "node-boilerplate",
    "api-generator"
  ],
  "author": "Adnan Hossain",
  "license": "MIT",
  "type": "module",
  "outDir": "dist",
  "rootDir": "src",
  "dependencies": {
    "chalk": "^5.6.2",
    "execa": "^9.6.1",
    "ora": "^9.0.0",
    "prompts": "^2.4.2"
  },
  "devDependencies": {
    "@types/node": "^24.10.0",
    "@types/prompts": "^2.4.9",
    "javascript-obfuscator": "^4.1.1",
    "typescript": "^5.9.3"
  }
}
