{
  "name": "@surfjs/cli",
  "version": "0.5.2",
  "description": "CLI to inspect and test Surf-enabled sites and apps",
  "type": "module",
  "bin": {
    "surf": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@surfjs/client": "0.5.2"
  },
  "devDependencies": {
    "tsup": "^8.4.0",
    "typescript": "^5.8.0"
  },
  "license": "MIT",
  "keywords": [
    "surf",
    "ai",
    "agents",
    "cli",
    "inspector"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hauselabs/surf.git",
    "directory": "packages/cli"
  },
  "homepage": "https://surf.codes",
  "bugs": {
    "url": "https://github.com/hauselabs/surf/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint src/"
  }
}