{
  "name": "@pown/connect",
  "version": "3.12.1",
  "description": "Pownage guaranteed",
  "license": "MIT",
  "engines": {
    "node": ">=14"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pownjs/pown.git"
  },
  "bugs": {
    "url": "https://github.com/pownjs/pown/issues"
  },
  "homepage": "https://github.com/pownjs/pown/tree/master/packages/connect#readme",
  "author": "pdp <pdp@gnucitizen.org>",
  "contributors": [],
  "keywords": [
    "exploit",
    "framework"
  ],
  "main": "lib/index.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "start": "POWN_ROOT=. pown-cli",
    "test": "NODE_ENV=test npx -y mocha@latest"
  },
  "pown": {
    "commands": [
      "commands/connect"
    ]
  },
  "dependencies": {
    "bottleneck": "^2.19.5",
    "is-deflate": "^1.0.0",
    "is-gzip": "^2.0.0",
    "performance-now": "^2.1.0"
  },
  "peerDependencies": {
    "@pown/async": "*",
    "@pown/cli": "*"
  },
  "devDependencies": {
    "@pown/async": "*",
    "@pown/cli": "*"
  }
}
