{
  "name": "@ubnt/cawcut",
  "version": "0.1.4",
  "description": "CawCut developer CLI — auth, generate, app run, task status",
  "type": "module",
  "bin": {
    "cawcut": "dist/index.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "config",
    "assets"
  ],
  "scripts": {
    "build:ts": "tsc",
    "build": "npm run build:ts",
    "prepare": "npm run build:ts",
    "postinstall": "node dist/postinstall.js",
    "reinstall:global": "npm uninstall -g @ubnt/cawcut 2>/dev/null || true; npm install -g . --foreground-scripts --allow-scripts=@ubnt/cawcut",
    "test": "vitest run",
    "prepublishOnly": "npm run build:ts"
  },
  "dependencies": {
    "commander": "^13.1.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.0",
    "typescript": "^5.8.3",
    "vitest": "^3.1.4"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "MIT"
}
