{
  "name": "replicad-cli",
  "version": "1.0.1",
  "description": "Command line interface for evaluating and exporting replicad models",
  "keywords": [
    "cad",
    "cli",
    "replicad",
    "step",
    "stl"
  ],
  "author": "Steve Genoud <steve@sgenoud.com>",
  "homepage": "https://replicad.xyz",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sgenoud/replicad.git"
  },
  "bugs": {
    "url": "https://github.com/sgenoud/replicad/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "replicad": "./bin/replicad-cli.js",
    "replicad-cli": "./bin/replicad-cli.js"
  },
  "files": [
    "bin",
    "src",
    "README.md"
  ],
  "engines": {
    "node": ">=20.6.0"
  },
  "scripts": {
    "build": "node --check bin/replicad-cli.js",
    "test": "vitest run"
  },
  "dependencies": {
    "commander": "^14.0.1",
    "jszip": "^3.10.1",
    "manifold-3d": "^3.0.1",
    "replicad": "^1.0.1",
    "replicad-evaluator": "^1.0.1",
    "replicad-opencascadejs": "^1.0.0",
    "tsx": "^4.20.6"
  },
  "devDependencies": {
    "vitest": "^4.1.10"
  },
  "gitHead": "26b4e825bc93494363f019d6cec2f7f1128ccc07"
}
