{
  "name": "@globalart/warface-api",
  "version": "2.2.1",
  "description": "Warface API library for nodeJs",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "private": false,
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc"
  },
  "keywords": [
    "warface",
    "wf",
    "wf-api"
  ],
  "author": "GlobalArt, Inc",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.4",
    "node-fetch": "^3.3.0"
  },
  "devDependencies": {
    "ts-node": "^10.9.1",
    "tsconfig-paths": "4.1.0",
    "typescript": "^4.7.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GlobalArtInc/warface-api-wrapper.git"
  },
  "bugs": {
    "url": "https://github.com/GlobalArtInc/warface-api-wrapper/issues"
  },
  "homepage": "https://github.com/GlobalArtInc/warface-api-wrapper#readme"
}
