{
  "name": "solidworks-box-generator-cli",
  "version": "1.0.0",
  "description": "A CLI for generating boxes in SolidWorks.",
  "main": "cli.js",
  "bin": {
    "generate-box": "./cli.js"
  },
  "scripts": {
    "start": "node cli.js",
    "build": "echo 'Build step not required for this simple CLI. Linting or packaging could go here.'"
  },
  "dependencies": {
    "yargs": "^17.0.0"
  },
  "author": "",
  "license": "ISC"
} 