{
  "name": "pgfy",
  "version": "1.5.5",
  "description": "A Node.js Toolbox for API and Microservices development.",
  "main": "index.js",
  "bin": {
    "pgfy": "bin/cli"
  },
  "scripts": {
    "lint": "eslint --ignore-path .gitignore .",
    "lint:fix": "eslint --fix --ignore-path .gitignore .",
    "test": "NODE_ENV=test nyc --reporter=html ava --verbose --timeout=60000"
  },
  "keywords": [
    "fastify",
    "postgres",
    "massive",
    "cote",
    "ava"
  ],
  "author": {
    "name": "Daniel Henrique",
    "email": "danihenrique@gmail.com"
  },
  "repository": "danihenrique/pgfy",
  "license": "MIT",
  "dependencies": {
    "@sendgrid/mail": "^6.3.1",
    "@sentry/node": "^4.6.5",
    "apns": "^0.1.0",
    "aws-sdk": "^2.441.0",
    "bcryptjs": "^2.4.3",
    "bluebird": "^3.5.4",
    "bunyan": "^1.8.12",
    "chalk-pipe": "^2.0.0",
    "cote": "^0.19.1",
    "dotenv": "^7.0.0",
    "email-templates": "^5.0.5",
    "fastify": "^2.1.0",
    "fastify-cookie": "^3.0.2",
    "fastify-cors": "^2.1.2",
    "fastify-helmet": "^3.0.0",
    "fastify-jwt": "^0.10.0",
    "fastify-metrics": "^4.0.1",
    "fastify-multer": "^1.4.2",
    "fastify-oas": "^2.0.0",
    "fastify-oauth2": "^2.0.0",
    "fastify-rate-limit": "^2.1.0",
    "fastify-session-sets": "^1.2.2",
    "fastify-tls-keygen": "^1.1.0",
    "fs": "0.0.1-security",
    "fs-extra": "^7.0.1",
    "georedis": "^3.1.1",
    "gn-api-sdk-node": "0.0.23",
    "inquirer": "^6.2.2",
    "ioredis": "^4.9.0",
    "live-plugin-manager": "^0.12.0",
    "lodash": "^4.17.11",
    "massive": "^5.7.7",
    "massive-collections": "^1.3.1",
    "moment": "^2.24.0",
    "mongodb": "^3.2.2",
    "nanoid": "^2.0.1",
    "node-cron": "^2.0.3",
    "node-gcm": "^1.0.2",
    "nodemailer": "^6.1.1",
    "ora": "^3.2.0",
    "passport": "^0.4.0",
    "passport-facebook-token": "^3.3.0",
    "pg-json-schema-export": "git+https://github.com/danihenrique/pg-json-schema-export.git",
    "postgres-migrations": "^3.0.2",
    "redis": "^2.8.0",
    "sharp": "^0.22.0",
    "timber": "^3.1.3"
  },
  "devDependencies": {
    "ava": "^1.4.1",
    "babel-eslint": "^10.0.1",
    "coveralls": "^3.0.3",
    "eslint": "^5.3.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.12.4",
    "nodemon": "^1.18.4",
    "nyc": "^14.0.0",
    "yargs": "^13.2.2"
  }
}
