{
  "name": "@ax51/bun-component-creator",
  "version": "1.0.1",
  "author": "Ax51",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ax51/bun-component-creator.git"
  },
  "main": "index.ts",
  "module": "index.ts",
  "dependencies": {
    "mustache": "^4.2.0"
  },
  "devDependencies": {
    "@types/mustache": "^4.2.2",
    "bun-types": "latest",
    "rome": "^12.1.3"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "bin": "./index.ts",
  "bugs": {
    "url": "https://github.com/Ax51/bun-component-creator/issues"
  },
  "description": "Simple cli util to help create multiple components at a glance",
  "engines": {
    "bun": ">=0.7.0"
  },
  "homepage": "https://github.com/Ax51/bun-component-creator#readme",
  "keywords": ["component-creator", "bun", "cli"],
  "license": "ISC",
  "scripts": {
    "@ax51/bun-component-creator": "bun index.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "type": "module"
}
