UNPKG

nodebb-plugin-web-push

Version:

A starter kit for quickly creating NodeBB plugins

54 lines (53 loc) 1.17 kB
{ "name": "nodebb-plugin-web-push", "version": "0.7.6", "description": "A starter kit for quickly creating NodeBB plugins", "main": "library.js", "repository": { "type": "git", "url": "https://github.com/nodebb/nodebb-plugin-web-push" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint ." }, "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": "20.1.0", "@commitlint/config-angular": "20.0.0", "eslint": "^9.25.1", "eslint-config-nodebb": "^1.1.4", "eslint-plugin-import": "^2.31.0", "husky": "9.1.7", "lint-staged": "16.2.6" }, "dependencies": { "validator": "^13.12.0", "web-push": "^3.6.7" } }