{
  "name": "@api-ts/express-wrapper",
  "version": "2.0.7",
  "description": "Implement an HTTP specification with Express",
  "author": "Eric Crosson <ericcrosson@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/*.ts"
  },
  "dependencies": {
    "@api-ts/io-ts-http": "3.2.4",
    "@api-ts/typed-express-router": "2.0.7",
    "express": "4.21.2",
    "fp-ts": "^2.0.0",
    "io-ts": "2.1.3"
  },
  "devDependencies": {
    "@api-ts/superagent-wrapper": "1.3.8",
    "@swc-node/register": "1.12.1",
    "@types/express": "4.17.21",
    "c8": "12.0.0",
    "typescript": "4.7.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BitGo/api-ts.git",
    "directory": "packages/express-wrapper"
  }
}
