{
  "name": "@key-telematics/fleet-api-client",
  "version": "2.5.63",
  "description": "Fleet API Client Library",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "clean": "rm -rf ./lib ",
    "build": "npm run clean && npx tsc",
    "stash": "npm run stash:base-client && npm run stash:policyevaluator && npm run stash:throttle && npm run stash:variables",
    "stash:base-client": "mv ./src/base-client.ts ./__base-client.ts",
    "stash:policyevaluator": "mv ./src/policyevaluator.ts ./__policyevaluator.ts",
    "stash:throttle": "mv ./src/throttle.ts ./__throttle.ts",
    "stash:variables": "mv ./src/variables.ts ./__variables.ts",
    "unstash": "npm run unstash:base-client && npm run unstash:policyevaluator && npm run unstash:throttle && npm run unstash:variables && npm run bind-custom-files",
    "unstash:base-client": "mv ./__base-client.ts ./src/base-client.ts",
    "unstash:policyevaluator": "mv ./__policyevaluator.ts ./src/policyevaluator.ts",
    "unstash:throttle": "mv ./__throttle.ts ./src/throttle.ts",
    "unstash:variables": "mv ./__variables.ts ./src/variables.ts ",
    "bind-custom-files": "echo \"export * from './policyevaluator';\" >> ./src/index.ts",
    "generate": "npm run stash && npm rm -rf ./src/*.ts && npx kcg ../fleet-api/swagger.json ./src && npm run unstash && npm run lint-fix",
    "test": "npx mocha --exit --forbid-only 'lib/**/*.tests.js'",
    "lint": "npx tslint --project tsconfig.json",
    "lint-fix": "npm run lint -- --fix",
    "deploy": "npm run build && npm pack && npm publish"
  },
  "repository": {
    "private": true,
    "type": "git",
    "url": "git@git.kt1.io:key-telematics/fleet-api-client.git"
  },
  "author": "Key Telematics",
  "license": "UNLICENSED",
  "directories": {
    "lib": "lib"
  },
  "dependencies": {
    "superagent": "^3.7.0",
    "superagent-throttle": "^1.0.1",
    "wildstring": "^1.0.9"
  },
  "devDependencies": {
    "@key-telematics/key-client-generator": "^0.0.15",
    "@types/chai": "4.0.4",
    "@types/mocha": "^5.2.7",
    "@types/nock": "8.2.1",
    "@types/node": "6.0.88",
    "@types/superagent": "^3.5.6",
    "chai": "3.4.1",
    "gitlab-npm-audit-parser": "^1.0.3",
    "mocha": "^6.2.0",
    "nock": "9.0.13",
    "tslint": "^5.11.0",
    "typescript": "^5.7.3"
  }
}
