{
  "name": "@braze/web-sdk",
  "version": "6.6.0",
  "description": "Braze SDK for web sites and other JS platforms.",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/braze-inc/braze-web-sdk.git"
  },
  "keywords": [
    "Appboy",
    "Braze"
  ],
  "author": "Braze, Inc",
  "license": "SEE LICENSE IN https://github.com/braze-inc/braze-web-sdk/blob/master/LICENSE",
  "bugs": {
    "url": "https://github.com/braze-inc/braze-web-sdk/issues"
  },
  "homepage": "https://github.com/braze-inc/braze-web-sdk#readme",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "type": "module"
}
