{
  "name": "@openscout/scout",
  "version": "0.2.73",
  "description": "Public Scout package that installs the `scout` command and bundled local runtime",
  "license": "Apache-2.0",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arach/openscout.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/arach/openscout/issues"
  },
  "homepage": "https://github.com/arach/openscout#readme",
  "bin": {
    "scout": "./bin/scout",
    "openscout-runtime": "./bin/openscout-runtime.mjs"
  },
  "engines": {
    "bun": ">=1.2"
  },
  "files": [
    "bin",
    "dist",
    "README.md"
  ],
  "dependencies": {
    "@lydell/node-pty": "1.2.0-beta.12",
    "picomatch": "^4.0.4",
    "ws": "^8.18.3"
  },
  "scripts": {
    "build": "npm --prefix ../protocol run build && npm --prefix ../runtime run build && node ./scripts/build.mjs",
    "dev": "bun ./src/main.ts",
    "test:happy": "node --test test/*.test.mjs",
    "prepack": "npm run build && node ../../scripts/prepare-publish-manifest.mjs .",
    "postpack": "node ../../scripts/restore-publish-manifest.mjs .",
    "postpublish": "node ../../scripts/restore-publish-manifest.mjs ."
  },
  "publishConfig": {
    "access": "public"
  }
}
