{
  "name": "corva-worker-js",
  "version": "2.8.3",
  "description": "corva app worker javascript library",
  "license": "ISC",
  "author": "Corva",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm audit --omit=dev && npm run unit",
    "unit": "DOTENV_CONFIG_PATH=.env.test node -r dotenv/config --test",
    "coverage": "NODE_V8_COVERAGE=./coverage c8 -r lcov npm run unit -- --experimental-test-coverage",
    "lint": "eslint .",
    "release": "git add -A && standard-version -a",
    "release-rc": "git add -A && standard-version -a --prerelease rc --skip.changelog"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "async": "^3.2.4",
    "fast-safe-stringify": "^2.1.1",
    "got": "^11.8.6",
    "lodash": "^4.17.21",
    "redis": "^3.1.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.4.4",
    "@commitlint/config-conventional": "^17.4.4",
    "@corva/eslint-config-node": "^5.1.1",
    "@types/node": "^20.8.8",
    "c8": "^8.0.1",
    "dotenv": "^8.2.0",
    "eslint": "^8.51.0",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "^3.1.0",
    "nock": "^11.7.0",
    "prettier": "^2.8.8",
    "standard-version": "^9.3.2"
  },
  "standard-version": {
    "scripts": {
      "prerelease": "npm test",
      "postbump": "echo Version: v$npm_package_version",
      "posttag": "git push --follow-tags"
    }
  }
}
