{
  "name": "@albion-data/client",
  "version": "1.2.1",
  "description": "Albion Online Data Client",
  "main": "dist/index.js",
  "repository": "https://github.com/tastypackets/albion-data-client",
  "author": "Ezekiel Keator",
  "license": "MIT",
  "private": false,
  "dependencies": {
    "@albion-data/types": "1.2.0",
    "axios": "^0.24.0",
    "dayjs": "^1.10.7",
    "qs": "^6.10.1"
  },
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.1",
    "@types/qs": "^6.9.7",
    "jest": "^27.3.1",
    "typescript": "^4.4.4"
  },
  "scripts": {
    "build": "yarn tsc",
    "prepublish": "yarn build"
  },
  "keywords": [
    "albion",
    "client",
    "data",
    "albion online",
    "render",
    "api"
  ]
}
