{
  "author": "Florian Keller <github@floriankeller.de>",
  "dependencies": {
    "axios": "0.19.2",
    "http-status-codes": "1.4.0"
  },
  "description": "A generic API client",
  "devDependencies": {
    "@types/node": "~14",
    "rimraf": "3.0.2",
    "typedoc": "0.17.7",
    "typescript": "3.9.5"
  },
  "engines": {
    "node": ">= 10.9"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "api",
    "api-client"
  ],
  "license": "GPL-3.0",
  "main": "dist/index.js",
  "name": "@ffflorian/api-client",
  "repository": "https://github.com/ffflorian/api-clients/tree/master/packages/api-client",
  "scripts": {
    "build:ts": "tsc",
    "build:docs": "typedoc --options ../../typedoc.json --out ../../docs/packages/api-client",
    "clean": "rimraf dist",
    "dist": "yarn clean && yarn build:ts",
    "test": "exit 0"
  },
  "version": "1.0.13",
  "gitHead": "06d95dac1c00b3f1ca7789ffad99bd7c269b1ebf"
}
