{
  "name": "axiosist",
  "version": "1.2.0",
  "description": "Convert node.js request handler to axios adapter",
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "typing": "tsc",
    "test": "ava"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Gerhut/axiosist.git"
  },
  "keywords": [
    "axios",
    "adapter",
    "test"
  ],
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "author": "George Cheng <Gerhut@GMail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Gerhut/axiosist/issues"
  },
  "homepage": "https://github.com/Gerhut/axiosist#readme",
  "engines": {
    "node": ">=12.13.0"
  },
  "dependencies": {
    "@types/node": ">=12.13.0",
    "axios": "^1.5.0"
  },
  "devDependencies": {
    "ava": "^4.3.3",
    "standard": "^17.0.0",
    "typescript": "^4.8.2"
  }
}
