{
  "name": "nodebb-plugin-web-push",
  "version": "0.7.3",
  "description": "A starter kit for quickly creating NodeBB plugins",
  "main": "library.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/nodebb/nodebb-plugin-web-push"
  },
  "keywords": [
    "nodebb",
    "plugin",
    "web-push",
    "shell"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nodebb/nodebb-plugin-web-push/issues"
  },
  "readmeFilename": "README.md",
  "nbbpm": {
    "compatibility": "^4.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "19.7.1",
    "@commitlint/config-angular": "19.7.1",
    "eslint": "8.x",
    "eslint-config-nodebb": "0.2.1",
    "eslint-plugin-import": "2.x",
    "husky": "9.1.7",
    "lint-staged": "15.4.3"
  },
  "dependencies": {
    "validator": "^13.12.0",
    "web-push": "^3.6.7"
  }
}
