{
  "name": "medusa-scaffolder",
  "version": "1.0.2",
  "description": "A command-line generator that automates CRUD boilerplate and module scaffolding for MedusaJS.",
  "main": "dist/index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abeltyr/medusa-scaffolder.git"
  },
  "keywords": [
    "medusa",
    "medusajs",
    "scaffolder",
    "generator",
    "cli",
    "boilerplate",
    "crud",
    "typescript"
  ],
  "author": "Medusa Scaffolder Contributors",
  "bugs": {
    "url": "https://github.com/abeltyr/medusa-scaffolder/issues"
  },
  "homepage": "https://github.com/abeltyr/medusa-scaffolder#readme",
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5.9.3"
  },
  "bin": {
    "medusa-gen": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "bunx tsc && chmod +x dist/index.js",
    "prepublishOnly": "bun run build"
  },
  "dependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^24.10.1",
    "chalk": "4",
    "commander": "^14.0.2",
    "fs-extra": "^11.3.2",
    "ts-morph": "^27.0.2"
  }
}