{
  "name": "@getmonoceros/workbench",
  "version": "1.57.1",
  "description": "Monoceros workbench CLI — local, reproducible dev containers with first-class AI coding tooling.",
  "keywords": [
    "devcontainer",
    "docker",
    "cli",
    "ai-coding",
    "claude-code",
    "monoceros"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getmonoceros/workbench.git",
    "directory": "packages/cli"
  },
  "homepage": "https://getmonoceros.build",
  "bugs": {
    "url": "https://github.com/getmonoceros/workbench/issues"
  },
  "type": "module",
  "bin": {
    "monoceros": "./dist/bin.js"
  },
  "files": [
    "dist",
    "templates",
    "bundled-components",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "start": "tsx src/bin.ts",
    "typecheck": "tsc --build",
    "test": "vitest run",
    "components:sync": "node scripts/sync-components.mjs",
    "manifests:generate": "tsx scripts/generate-feature-manifests.ts",
    "catalog:json": "tsx scripts/generate-catalog-json.ts",
    "prebuild": "pnpm components:sync",
    "build": "tsup && node scripts/copy-catalog-to-dist.mjs",
    "prepublishOnly": "pnpm typecheck && pnpm test && pnpm build"
  },
  "dependencies": {
    "@devcontainers/cli": "^0.86.1",
    "citty": "^0.2.2",
    "consola": "^3.4.2",
    "diff": "^9.0.0",
    "node-forge": "1.4.0",
    "yaml": "^2.9.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/node-forge": "1.3.14",
    "tsup": "^8.5.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  }
}
