{
  "name": "cdp-web",
  "version": "1.0.3",
  "description": "Provides a lightweight way to communicate with the Chrome DevTools Protocol (CDP).",
  "keywords": [
    "chrome",
    "devtools",
    "cdp",
    "chrome-devtools-protocol"
  ],
  "repository": "https://github.com/tscpp/cdp-web",
  "license": "UNLICENSED",
  "type": "module",
  "module": "dist/index.js",
  "browser": "dist/browser.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf dist && tsup src/index.ts src/browser.ts --format=esm --platform=browser --dts",
    "test": "bun test"
  },
  "dependencies": {
    "websocket-polyfill": "^0.0.3"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "bun-types": "^1.0.11",
    "tsup": "^7.2.0"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  }
}
