{
  "name": "@api-ts/superagent-wrapper",
  "version": "1.3.4",
  "description": "Make type-safe HTTP requests with superagent",
  "author": "Patrick McLaughlin <patrickmclaughlin@bitgo.com>",
  "license": "Apache-2.0",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist/src/"
  ],
  "scripts": {
    "build": "tsc --build --incremental --verbose .",
    "clean": "rm -rf -- dist",
    "format": "prettier --check .",
    "format:fix": "prettier --write .",
    "test": "c8 --all node --require @swc-node/register --test test/*.test.ts"
  },
  "dependencies": {
    "@api-ts/io-ts-http": "3.2.1",
    "fp-ts": "^2.0.0",
    "io-ts": "2.1.3",
    "whatwg-url": "14.1.1"
  },
  "devDependencies": {
    "@swc-node/register": "1.10.9",
    "@types/express": "4.17.21",
    "@types/node": "22.5.0",
    "@types/superagent": "8.1.9",
    "@types/supertest": "6.0.2",
    "@types/whatwg-url": "13.0.0",
    "c8": "10.1.3",
    "express": "4.21.2",
    "io-ts-types": "0.5.19",
    "superagent": "10.1.1",
    "supertest": "7.0.0",
    "typescript": "4.7.4"
  },
  "peerDependencies": {
    "superagent": "*"
  },
  "publishConfig": {
    "access": "public"
  }
}
