{
  "name": "my-codemod",
  "type": "module",
  "bin": {
    "my-codemod": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc && vite build && chmod +x dist/cli.js",
    "lint": "oxlint src",
    "fmt": "oxfmt --write src",
    "fmt:check": "oxfmt --check src",
    "test": "vitest"
  },
  "dependencies": {
    "vue-metamorph": "^3.2.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.30",
    "oxfmt": "^0.36.0",
    "oxlint": "^1.51.0",
    "typescript": "^5.4.3",
    "vite": "^5.4.11",
    "vitest": "^2.1.5"
  }
}
