{
  "name": "@bigdelta/bigdelta-browser",
  "version": "1.25.0",
  "description": "Bigdelta SDK for the browser.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bigdelta/bigdelta-browser.git"
  },
  "files": [
    "dist",
    "package.json",
    "package-lock.json"
  ],
  "scripts": {
    "build": "rollup -c",
    "test": "jest",
    "lint:fix": "prettier src test --write",
    "dev": "vite --host 0.0.0.0 --port 3000"
  },
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      [
        "@semantic-release/github",
        {
          "successComment": false
        }
      ]
    ]
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/jest": "^29.5.12",
    "@types/js-cookie": "^3.0.6",
    "@types/node": "^20.11.29",
    "@types/uuid": "^9.0.8",
    "@types/luxon": "^3.4.2",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.2.5",
    "rollup": "^4.13.0",
    "ts-jest": "^29.1.2",
    "tslib": "^2.6.2",
    "typescript": "^5.4.2",
    "vite": "^5.2.11"
  },
  "dependencies": {
    "js-cookie": "^3.0.5",
    "uuid": "^9.0.1",
    "luxon": "^3.4.4"
  },
  "directories": {
    "test": "test"
  },
  "bugs": {
    "url": "https://github.com/bigdelta/bigdelta-browser/issues"
  },
  "homepage": "https://github.com/bigdelta/bigdelta-browser#readme"
}
