{
  "name": "web-push-service",
  "version": "1.0.18",
  "description": "",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "build": "tsc",
    "cover": "tsc & istanbul cover node_modules/mocha/bin/_mocha ./dist/tests/**/*.spec.js",
    "start": "npm run build & node ./dist/src/main.js start --port 8080",
    "test": "tsc && istanbul cover node_modules/mocha/bin/_mocha ./dist/tests/**/*.spec.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "test-local": "mocha --require ts-node/register ./tests/**/*.spec.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/barend-erasmus/web-push-service.git"
  },
  "author": "Barend Erasmus",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/barend-erasmus/web-push-service/issues"
  },
  "homepage": "https://github.com/barend-erasmus/web-push-service#readme",
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/express": "^4.16.0",
    "@types/express-handlebars": "0.0.30",
    "@types/mocha": "^5.2.5",
    "@types/mongodb": "^3.1.4",
    "@types/node": "^10.7.1",
    "@types/sinon": "^5.0.1",
    "@types/supertest": "^2.0.5",
    "chai": "^4.1.2",
    "coveralls": "^3.0.2",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.3.0",
    "prettier": "^1.14.2",
    "sinon": "^6.1.5",
    "supertest": "^3.1.0",
    "ts-node": "^7.0.1",
    "typescript": "^3.0.1"
  },
  "dependencies": {
    "ajv": "^6.5.3",
    "body-parser": "^1.18.3",
    "chalk": "^2.4.1",
    "commander": "^2.17.1",
    "cors": "^2.8.4",
    "express": "^4.16.3",
    "express-handlebars": "^3.0.0",
    "js-yaml": "^3.12.0",
    "mongodb": "^3.1.3",
    "nedb": "^1.8.0",
    "swagger-ui-express": "^3.0.10",
    "uuid": "^3.3.2",
    "web-push": "^3.3.2"
  },
  "bin": {
    "web-push-service": "./bin/web-push-service"
  },
  "keywords": [
    "web push",
    "notifications",
    "push notifications",
    "push api",
    "html5"
  ]
}
