{
  "name": "@magicbell/webpush",
  "version": "2.2.0",
  "description": "MagicBell WebPush SDK",
  "author": "MagicBell <bot@magicbell.io> (https://magicbell.com)",
  "contributors": [
    "Stephan Meijer <stephan.meijer@gmail.com>"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "sideEffects": false,
  "files": [
    "/dist",
    "/src",
    "LICENSE"
  ],
  "keywords": [
    "magicbell",
    "notifications",
    "notification center",
    "notification inbox",
    "api"
  ],
  "homepage": "https://www.magicbell.com/docs/libraries",
  "repository": {
    "type": "git",
    "url": "https://github.com/magicbell/magicbell-js.git"
  },
  "tshy": {
    "project": "./tsconfig.build.json",
    "exports": "./src/*.ts"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "run-s clean build:bundle build:attw",
    "build:bundle": "tshy",
    "build:attw": "attw -P",
    "start": "tshy --watch"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/commonjs/index.js",
  "types": "./dist/commonjs/index.d.ts",
  "module": "./dist/esm/index.js"
}
