{
  "name": "@lindorm-io/koa-axios",
  "description": "Axios Request Handler middleware for @lindorm-io/koa applications",
  "version": "0.1.54",
  "license": "AGPL-3.0-or-later",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rimraf dist && tsc -b ./tsconfig.build.json",
    "test": "jest --watch --",
    "test:ci": "yarn test:unit",
    "test:unit": "jest --forceExit",
    "test:unit:update": "jest --forceExit -u",
    "test:update": "yarn test:unit:update",
    "typecheck": "tsc --noEmit --watch",
    "typecheck:ci": "tsc --noEmit"
  },
  "dependencies": {
    "@lindorm-io/axios": "^0.6.18",
    "@lindorm-io/koa": "^0.17.11"
  },
  "devDependencies": {
    "@lindorm-io/core-logger": "^0.2.9",
    "koa": "^2.14.2",
    "koa-bodyparser": "^4.4.1"
  },
  "gitHead": "cf1cdf1c148ff9b8d206e3df58cddb0fea44c2f7"
}
