{
  "name": "escher-request",
  "version": "1.3.11",
  "description": "make and validate escher authenticated http calls",
  "main": "src/main.js",
  "types": "src/main.d.ts",
  "scripts": {
    "test": "tape src/*.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mkls/escher-request.git"
  },
  "keywords": [
    "escher",
    "request",
    "auth"
  ],
  "author": "mkls",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mkls/escher-request/issues"
  },
  "homepage": "https://github.com/mkls/escher-request#readme",
  "dependencies": {
    "axios": "1.15.2",
    "escher-auth": "^4.0.2",
    "lodash": "^4.18.1"
  },
  "devDependencies": {
    "body-parser": "^2.2.2",
    "escher-keypool": "^3.0.0",
    "escher-suiteapi-js": "^17.0.0",
    "express": "^5.2.1",
    "koa": "3.2.0",
    "koa-bodyparser": "^4.4.1",
    "koa-router": "14.0.0",
    "nock": "14.0.13",
    "tape": "5.9.0"
  }
}
