{
  "name": "@villedemontreal/workit",
  "version": "6.0.0",
  "description": "Worker for Node.js system with pluggable clients that works with both AWS Step function and Camunda platform powered by TypeScript",
  "author": "Montreal City Authors",
  "homepage": "https://github.com/VilledeMontreal/workit#readme",
  "license": "MIT",
  "main": "lib/src/index.js",
  "typings": "lib/src/index.d.ts",
  "dependencies": {
    "@villedemontreal/workit-bpm-client": "^6.0.0",
    "@villedemontreal/workit-core": "^6.0.0",
    "@villedemontreal/workit-stepfunction-client": "^6.0.0",
    "@villedemontreal/workit-types": "^6.0.0",
    "debug": "~4.3.4",
    "inversify": "6.0.2",
    "reflect-metadata": "~0.1.13"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@opentelemetry/api": "1.0.3",
    "@opentelemetry/core": "1.0.0",
    "@types/debug": "~4.1.7",
    "@types/events": "~3.0.0",
    "@types/jest": "^29.5.11",
    "@types/nock": "^11.1.0",
    "@types/node": "^20.10.8",
    "@typescript-eslint/eslint-plugin": "^6.18.1",
    "@typescript-eslint/parser": "^6.18.1",
    "axios": "^1.6.2",
    "codecov": "^3.8.3",
    "eslint": "^8.56.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-header": "^3.1.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-prettier": "^5.1.3",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "nock": "^13.4.0",
    "prettier": "^3.2.5",
    "source-map-support": "^0.5.21",
    "ts-jest": "^29.1.2",
    "typedoc": "^0.25.13",
    "typescript": "^4.9.5"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "genPackagelock": "npm i --package-lock-only --workspaces false",
    "test": "jest --testPathIgnorePatterns integration --coverage",
    "test:all": "jest **/tests/**/*.spec.ts --coverage",
    "compile": "rm -rf ./lib/ && npm run build",
    "build": "tsc -p ./tsconfig.json",
    "watch": "tsc -p ./tsconfig.json --watch",
    "lint": "eslint . --ext .ts && prettier -l \"src/**/*.ts\"",
    "lint-fix": "prettier \"./**/*.ts\" --write && eslint . --ext .ts --fix",
    "check-conflicts": "eslint --print-config tests/utils/func-test.ts | eslint-config-prettier-check",
    "docs": "typedoc --out ./docs --tsconfig ./tsconfig.json --excludePrivate --mode file",
    "codecov": "codecov -f coverage/*.json -p ../../"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint-fix",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-push": "npm test"
    }
  },
  "keywords": [
    "Ville de Montreal",
    "Typescript",
    "Camunda",
    "Stepfunction",
    "open-telemetry",
    "Worker"
  ],
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib/src/**/*.js",
    "lib/src/**/*.d.ts",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VilledeMontreal/workit.git"
  },
  "bugs": {
    "url": "https://github.com/VilledeMontreal/workit/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4d1a6fd49c8f57a6331016aa2d9d0034695df6f3"
}
