{
  "name": "@influxdata/influxdb-client-browser",
  "version": "1.35.0",
  "description": "InfluxDB 2.x client for browser",
  "scripts": {
    "apidoc:extract": "echo \"Nothing to do\"",
    "test": "echo \"Nothing to do\"",
    "test:ci": "echo \"Nothing to do\"",
    "build": "yarn run clean && cpr ../core/dist ./dist",
    "clean": "rimraf dist"
  },
  "main": "dist/index.browser.js",
  "module": "dist/index.browser.mjs",
  "module:browser": "dist/index.browser.mjs",
  "browser": "dist/index.browser.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "browser": {
        "import": "./dist/index.browser.mjs",
        "require": "./dist/index.browser.js",
        "script": "./dist/influxdb.js",
        "umd": "./dist/index.browser.js"
      },
      "deno": "./dist/index.browser.mjs",
      "import": "./dist/index.browser.mjs",
      "require": "./dist/index.browser.js"
    }
  },
  "homepage": "https://github.com/influxdata/influxdb-client-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/influxdata/influxdb-client-js",
    "directory": "packages/core-browser"
  },
  "keywords": [
    "influxdb",
    "influxdata"
  ],
  "author": {
    "name": "Pavel Zavora"
  },
  "license": "MIT",
  "devDependencies": {
    "@influxdata/influxdb-client": "^1.35.0",
    "cpr": "^3.0.1",
    "rimraf": "^5.0.1"
  },
  "gitHead": "fe5bc8eb17156b7e93434dc1caaa479f3181ede4"
}
