{
  "name": "citty",
  "version": "0.2.2",
  "description": "Elegant CLI Builder",
  "license": "MIT",
  "repository": "unjs/citty",
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs"
  },
  "scripts": {
    "build": "obuild",
    "dev": "vitest dev",
    "lint": "oxlint . && oxfmt --check",
    "fmt": "oxlint . --fix && oxfmt",
    "prepack": "pnpm run build",
    "play": "node ./playground/cli.ts",
    "release": "pnpm test && pnpm build && changelogen --release --push && npm publish",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsgo --noEmit"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "@typescript/native-preview": "^7.0.0-dev.20260401.1",
    "@vitest/coverage-v8": "^4.1.2",
    "automd": "^0.4.3",
    "changelogen": "^0.6.2",
    "eslint-config-unjs": "^0.6.2",
    "obuild": "^0.4.32",
    "oxfmt": "^0.43.0",
    "oxlint": "^1.58.0",
    "scule": "^1.3.0",
    "typescript": "^6.0.2",
    "vitest": "^4.1.2"
  },
  "packageManager": "pnpm@10.33.0"
}
