{
  "name": "@volt.js/modules",
  "version": "1.1.0",
  "description": "CLI for creating React feature modules with support for Next.js, Vite, and TanStack Router frameworks",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "volt-modules": "./dist/index.js"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build",
    "test": "node dist/index.js init --dry-run"
  },
  "dependencies": {
    "commander": "^14.0.0",
    "chalk": "^5.6.0"
  },
  "devDependencies": {
    "@types/node": "^24.3.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "cli",
    "react",
    "nextjs",
    "vite",
    "tanstack-router",
    "typescript",
    "tanstack-query",
    "react-hook-form",
    "code-generator",
    "feature-modules",
    "crud",
    "boilerplate"
  ],
  "author": "Isaac Stefanello <i.stefanello@unochapeco.edu.br>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/volt-js/modules.git"
  },
  "bugs": {
    "url": "https://github.com/volt-js/modules/issues"
  },
  "homepage": "https://github.com/volt-js/modules#readme",
  "publishConfig": {
    "access": "public"
  }
}
