{
  "name": "ngl-dnc",
  "version": "0.0.2",
  "description": "NGL DNC Service",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "types": "dist/driver/index.d.ts",
  "scripts": {
    "app": "node dist/server.js",
    "seed": "node -r tsconfig-paths/register -r ts-node/register src/seed.ts | bunyan",
    "dev": "$(npm bin)/nodemon src/server.ts | bunyan",
    "build": "bash ./scripts/build.sh",
    "driver:compile": "bash ./driver/scripts/compile.sh",
    "driver:build": "bash ./driver/scripts/build.sh",
    "lint": "eslint --cache .",
    "format": "prettier --write --cache . '!.deploy/**/*'",
    "prepare": "husky install"
  },
  "author": "NextGenLeads",
  "license": "UNLICENSED",
  "devDependencies": {
    "@babel/core": "^7.18.13",
    "@babel/eslint-parser": "^7.18.9",
    "@babel/preset-env": "^7.18.10",
    "@babel/preset-typescript": "^7.18.6",
    "@faker-js/faker": "^7.5.0",
    "@types/async": "^3.2.15",
    "@types/bunyan": "^1.8.8",
    "@types/express": "^4.17.13",
    "@types/ioredis": "^4.28.10",
    "@types/jest": "^29.0.0",
    "@types/lodash": "^4.14.184",
    "@types/node": "^18.7.14",
    "@typescript-eslint/eslint-plugin": "^5.36.1",
    "@typescript-eslint/parser": "^5.36.1",
    "babel-jest": "^29.0.1",
    "eslint": "8.22.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-import-resolver-typescript": "^3.5.0",
    "eslint-plugin-import": "^2.26.0",
    "grpc-tools": "^1.11.2",
    "jest": "^29.0.1",
    "jest-matcher-specific-error": "^1.0.0",
    "ndb-inspect": "0.0.1",
    "nodemon": "^2.0.20",
    "prettier": "^2.7.1",
    "ts-node": "^10.9.1",
    "ts-proto": "^1.123.1",
    "ts-toolbelt": "^9.6.0",
    "tsc-alias": "^1.7.0",
    "tsconfig-paths": "^4.1.0",
    "tslib": "^2.4.0",
    "typescript": "^4.8.2"
  },
  "engines": {
    "node": "18"
  },
  "dependencies": {
    "@nextgenleads/cache": "^1.1.2",
    "@nextgenleads/dnc": "^1.1.3",
    "async": "^3.2.4",
    "body-parser": "^1.20.1",
    "bunyan": "^1.8.15",
    "bunyan-loggly": "^2.0.1",
    "date-fns": "^2.29.2",
    "deepmerge": "^4.2.2",
    "dotenv": "^16.0.2",
    "express": "^4.18.1",
    "ioredis": "^5.2.3",
    "lodash": "^4.17.21",
    "modern-async": "^1.1.2",
    "nanoid": "^4.0.0",
    "nice-grpc": "^2.0.0",
    "nice-grpc-server-health": "^2.0.0",
    "pg": "^8.8.0",
    "pg-hstore": "^2.3.4",
    "prom-client": "^14.1.0",
    "sequelize": "^6.25.3"
  }
}
