{
  "name": "web-push",
  "version": "3.4.5",
  "description": "Web Push library for Node.js",
  "main": "src/index.js",
  "bin": {
    "web-push": "src/cli.js"
  },
  "scripts": {
    "download-browser": "node --harmony ./test/helpers/download-test-browsers.js",
    "lint": "node ./node_modules/eslint/bin/eslint --ignore-path .gitignore '.'",
    "pretest": "npm run lint && npm run download-browser",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "test": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --ui tdd test/test*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-push-libs/web-push.git"
  },
  "keywords": [
    "web push",
    "push",
    "notifications",
    "push notifications"
  ],
  "author": "Marco Castelluccio",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/web-push-libs/web-push/issues"
  },
  "homepage": "https://github.com/web-push-libs/web-push#readme",
  "dependencies": {
    "asn1.js": "^5.3.0",
    "http_ece": "1.1.0",
    "https-proxy-agent": "^5.0.0",
    "jws": "^4.0.0",
    "minimist": "^1.2.5",
    "urlsafe-base64": "^1.0.0"
  },
  "devDependencies": {
    "chalk": "4.1.1",
    "chromedriver": "89.0.0",
    "coveralls": "3.1.0",
    "del": "6.0.0",
    "eslint": "7.24.0",
    "eslint-config-airbnb": "18.2.1",
    "eslint-plugin-import": "2.22.1",
    "geckodriver": "1.22.3",
    "istanbul": "0.4.5",
    "mkdirp": "1.0.4",
    "mocha": "8.3.2",
    "mocha-lcov-reporter": "1.3.0",
    "portfinder": "1.0.28",
    "selenium-assistant": "5.4.0",
    "sinon": "7.5.0",
    "which": "2.0.2"
  },
  "engines": {
    "node": ">= 6"
  }
}
