{
  "name": "fizmoo",
  "version": "0.1.4",
  "description": "Effortlessly create 100% type-safe, self-documenting Node.js CLIs by simply adding files to your file system.",
  "type": "module",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "bin": "./bin/index.js",
  "scripts": {
    "build": "yarn lib:build & yarn cli:build",
    "cli:build": "yarn tsx ./scripts/build-fizmoo-cli-with-fizmoo.ts",
    "cli:dev": "yarn lib:build && yarn tsx ./scripts/dev-fizmoo-cli-with-fizmoo.ts",
    "lib:build": "yarn tsc --project ./tsconfig.build.json"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/green-flash-digital/fizmoo.git",
    "directory": "packages/cli"
  },
  "author": "Drew DeCarme (drew@greenflash.digital)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/green-flash-digital/fizmoo/issues"
  },
  "homepage": "https://github.com/green-flash-digital/fizmoo#readme",
  "dependencies": {
    "@fizmoo/core": "0.1.4",
    "@fizmoo/runtime": "0.1.4",
    "isoscribe": "0.2.0",
    "ts-jolt": "0.2.3",
    "zod": "3.25.3"
  },
  "peerDependencies": {
    "@fizmoo/runtime": "*"
  },
  "devDependencies": {
    "@types/node": "22.15.19",
    "tsx": "4.19.4",
    "typescript": "5.8.3"
  }
}
