{
  "name": "@aklinker1/buildc",
  "description": "Zero config CLI tool for caching and orchestrating builds in monorepos",
  "version": "1.1.7",
  "type": "module",
  "scripts": {
    "buildc": "bun src/cli.ts",
    "build": "unbuild",
    "test": "bun test --watch",
    "prepack": "bun run build"
  },
  "dependencies": {
    "cac": "^6.7.14",
    "consola": "^3.2.3",
    "dependency-graph": "^1.0.0",
    "fast-glob": "^3.3.2",
    "fs-extra": "^11.2.0",
    "ohash": "^1.1.3",
    "pathe": "^1.1.2",
    "proper-lockfile": "^4.1.2",
    "yaml": "^2.4.5"
  },
  "devDependencies": {
    "@aklinker1/check": "^1.3.1",
    "@types/bun": "latest",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.14.2",
    "@types/proper-lockfile": "^4.1.4",
    "lint-staged": "^15.2.7",
    "prettier": "^3.3.2",
    "publint": "^0.2.8",
    "simple-git-hooks": "^2.11.1",
    "typescript": "^5.0.0",
    "unbuild": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aklinker1/buildc"
  },
  "homepage": "https://github.com/aklinker1/buildc",
  "keywords": [
    "monorepo",
    "build",
    "cache"
  ],
  "author": {
    "name": "Aaron Klinker",
    "email": "aaronklinker1+github@gmail.com"
  },
  "license": "MIT",
  "files": [
    "bin",
    "dist"
  ],
  "bin": {
    "buildc": "./bin/buildc.mjs"
  },
  "unbuild": {
    "entries": [
      "./src/cli.ts"
    ]
  },
  "packageManager": "bun@1.2.11"
}
