{
  "name": "@exodus/networking-spec",
  "version": "5.0.1",
  "description": "Platform-agnostic test suites for networking related features",
  "author": "Exodus Movement, Inc.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ExodusMovement/hydra.git"
  },
  "homepage": "https://github.com/ExodusMovement/hydra/tree/master/modules/networking-spec",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ExodusMovement/hydra/issues?q=is%3Aissue+is%3Aopen+label%3Anetworking-spec"
  },
  "keywords": [
    "networking",
    "http",
    "formdata",
    "cookie",
    "fetch",
    "url",
    "testsuite"
  ],
  "files": [
    "form",
    "cookie",
    "http",
    "url",
    "index.d.ts",
    "index.js",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc --build",
    "prepack": "cp -R lib/networking-spec/src/* ./",
    "prepublishOnly": "yarn run -T build --scope @exodus/networking-spec",
    "clean": "tsc --build --clean",
    "lint": "run -T eslint .",
    "lint:fix": "yarn lint --fix"
  },
  "prettier": "@exodus/prettier",
  "dependencies": {
    "@exodus/networking-common": "^1.0.0"
  },
  "gitHead": "9e9c803014c2e0072df754f6360fdde825af92c7"
}
