{
  "name": "barrelize",
  "version": "1.6.1",
  "description": "Automatically generating index (barrel) files",
  "scripts": {
    "build": "npm run schema && vite build",
    "schema": "ts-json-schema-generator -p src/config/config.ts -t 'Config' -o schema.json --unstable --markdown-description",
    "prepare": "ts-patch install",
    "test": "vitest run"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com/nizami/barrelize"
  },
  "keywords": [
    "barrels",
    "typescript",
    "index",
    "file"
  ],
  "author": "Nizami",
  "license": "MIT",
  "devDependencies": {
    "@babel/parser": "^7.27.5",
    "@ryoppippi/unplugin-typia": "^2.6.4",
    "@types/node": "^22.15.30",
    "cac": "^6.7.14",
    "chokidar": "^4.0.3",
    "glob": "^11.0.2",
    "json5": "^2.2.3",
    "ts-json-schema-generator": "^2.4.0",
    "ts-patch": "^3.3.0",
    "typescript": "~5.8.3",
    "typia": "^9.3.1",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.2"
  },
  "bin": {
    "barrelize": "./bin/cli.js"
  },
  "type": "module",
  "sideEffects": false,
  "files": [
    "bin",
    "lib",
    "schema.json"
  ],
  "types": "./lib/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/src/index.d.ts",
      "import": "./lib/index.js"
    }
  }
}
