{
  "name": "@apihawk/gear-sdk",
  "version": "0.0.7",
  "description": "The ApiHawk GEAR SDK",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "lint": "tslint -p tsconfig.json",
    "build": "tsc",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "lib/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git@git.apihawk.tech:billia-frontend/apihawk/gear-sdk.git"
  },
  "keywords": [
    "ApiHawk",
    "Billia",
    "Gear"
  ],
  "author": "Sevdi Palazliev <s.palazliev@apihawk.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "@types/nock": "^10.0.3",
    "@types/qs": "^6.5.3",
    "@types/tldjs": "^2.3.0",
    "jest": "^24.8.0",
    "ts-jest": "^24.0.2",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "@apihawk/billia-sdk": "^0.0.25",
    "@apihawk/connector": "0.0.3",
    "@types/cheerio": "^0.22.13",
    "@types/md5": "^2.1.33",
    "@types/node": "^12.6.8",
    "@types/request-promise": "^4.1.44",
    "cheerio": "^1.0.0-rc.2",
    "md5": "^2.2.1",
    "nock": "^10.0.6",
    "punycode": "^2.1.1",
    "qs": "^6.7.0",
    "request-promise": "^4.2.4",
    "tldjs": "^2.3.1",
    "transliteration": "latest"
  }
}
