{
  "name": "@api-ts/io-ts-http",
  "version": "3.2.2",
  "description": "Types for (de)serializing HTTP requests from both the client and server side",
  "author": "Patrick McLaughlin <patrickmclaughlin@bitgo.com>",
  "license": "Apache-2.0",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "sideEffects": false,
  "keywords": [],
  "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/response": "2.1.1",
    "fp-ts": "^2.0.0",
    "io-ts": "2.1.3",
    "io-ts-types": "^0.5.15"
  },
  "devDependencies": {
    "@swc-node/register": "1.11.1",
    "c8": "10.1.3",
    "typescript": "4.7.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BitGo/api-ts.git",
    "directory": "packages/io-ts-http"
  }
}
