{
  "name": "@devcycle/js-client-sdk",
  "version": "1.15.1",
  "description": "The Javascript Client SDK for DevCycle",
  "author": "",
  "license": "MIT",
  "typesVersions": {
    "<4.0": {
      "*": [
        "./ts3.5/*"
      ]
    }
  },
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "dependencies": {
    "@devcycle/types": "^1.3.0",
    "axios": "^1.0.0",
    "axios-retry": "^3.3.1",
    "lodash": "^4.17.21",
    "ua-parser-js": "^1.0.36",
    "uuid": "^8.3.2"
  },
  "type": "commonjs"
}
