{
  "name": "@asd20/notifications-ui",
  "version": "0.11.3",
  "description": "A UI package",
  "author": "Academy District 20 <socialmedia@asd20.org>",
  "license": "MIT",
  "homepage": "https://github.com/academydistrict20/notifications#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/academydistrict20/notifications.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/academydistrict20/notifications/issues"
  },
  "main": "dist/asd20-notifications-ui.js",
  "module": "dist/asd20-notifications-ui.esm.js",
  "browser": "dist/asd20-notifications-ui.esm.min.js",
  "unpkg": "dist/asd20-notifications-ui.web-components.umd.min.js",
  "jsdelivr": "dist/asd20-notifications-ui.web-components.umd.min.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/*.js",
    "dist/*.map",
    "dist/*.css",
    "dist/index.d.ts",
    "src/*",
    "README.md",
    "CHANGELOG.md"
  ],
  "browserslist": [
    "> 0.5%",
    "last 2 versions",
    "Firefox ESR",
    "not dead"
  ],
  "scripts": {
    "test": "jest --collect-coverage --passWithNoTests",
    "test:watch": "jest --watch-all --collect-coverage -passWithNoTests",
    "lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
    "prepublishOnly": "npm run build",
    "build": "rollup -c --environment BUILD:production",
    "stats": "rollup-plugin-visualizer stats.json && npx http-server . -o stats.html"
  },
  "peerDependencies": {
    "vue": "^2.6.11"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.2",
    "@vue/web-component-wrapper": "^1.2.0",
    "lodash-es": "^4.17.15",
    "vue": "^2.6.11",
    "vue-hot-reload-api": "^2.3.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npx tsc --noEmit && lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "eslint --cache --fix",
      "git add"
    ]
  },
  "gitHead": "7f6da4f69f721b199de6d1e106409e32b3359314"
}
