{
  "name": "@botmock/client",
  "version": "0.7.0",
  "description": "",
  "contributors": [
    "Owen Mills <owen@botmock.com>",
    "Gauhar Shakeel <gauhar@botmock.com>",
    "Obaid Ahmed <obaid@botmock.com>"
  ],
  "homepage": "https://github.com/Botmock/sdk/packages/client#readme",
  "license": "MIT",
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Botmock/sdk.git"
  },
  "scripts": {
    "tsc": "tsc",
    "test": "jest",
    "build": "tsc",
    "prepublishOnly": "tsc"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts)$",
    "moduleFileExtensions": [
      "ts",
      "js"
    ]
  },
  "bugs": {
    "url": "https://github.com/Botmock/sdk/issues"
  },
  "dependencies": {
    "@types/debug": "^4.1.5",
    "@types/node-fetch": "2.5.12",
    "debug": "^4.1.1",
    "jest": "27.1.0",
    "node-fetch": "2.6.5",
    "typescript": "3.9.10"
  },
  "gitHead": "b4eac78d304bbf1769edc803881b2458f09bfc65",
  "devDependencies": {
    "@types/jest": "27.0.2",
    "ts-jest": "27.0.5"
  }
}
