{
  "name": "@braze/javascript-sdk",
  "version": "0.3.5",
  "description": "Braze SDK for JavaScript platforms. For web uses, use the Braze Web SDK.",
  "main": "build/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/braze-inc/braze-javascript-sdk.git"
  },
  "author": "Braze, Inc",
  "license": "SEE LICENSE IN https://github.com/braze-inc/braze-javascript-sdk/blob/main/LICENSE",
  "bugs": {
    "url": "https://github.com/braze-inc/braze-javascript-sdk/issues"
  },
  "homepage": "https://github.com/braze-inc/braze-javascript-sdk#readme",
  "sideEffects": false,
  "type": "module",
  "publishConfig": {
    "access": "public"
  }
}