{
  "name": "@stechquick/studio-cli",
  "version": "4.0.3-2",
  "description": "Agentic bridge CLI between local files and the Studio web app",
  "bin": {
    "studio": "dist/studio-cli/src/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build:prod": "tsc && node scripts/copy-assets.js && node scripts/update-version.js",
    "build": "npm run build:prod && chmod +x dist/studio-cli/src/index.js",
    "postinstall": "node dist/studio-cli/src/index.js protocol install || exit 0",
    "test": "node --test tests/*.test.js",
    "start": "node dist/studio-cli/src/index.js",
    "connect": "node dist/studio-cli/src/index.js connect",
    "typecheck": "tsc --noEmit",
    "publish:do": "mv ../.npmrc ./backup_npmrc && npm publish --access public && npm dist-tag add $npm_package_name@$npm_package_version latest && mv ./backup_npmrc ../.npmrc"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@stechquick/quick-host-compiler": "^0.0.3",
    "commander": "^12.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "typescript": "4.9.5"
  }
}