UNPKG

@villedemontreal/workit

Version:

Worker for Node.js system with pluggable clients that works with both AWS Step function and Camunda platform powered by TypeScript

99 lines (98 loc) 3.1 kB
{ "name": "@villedemontreal/workit", "version": "7.0.2", "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": "^7.0.2", "@villedemontreal/workit-core": "^7.0.2", "@villedemontreal/workit-stepfunction-client": "^7.0.2", "@villedemontreal/workit-types": "^7.0.2", "debug": "~4.4.3", "inversify": "7.10.4", "reflect-metadata": "~0.2.2" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@opentelemetry/api": "1.9.0", "@opentelemetry/core": "2.2.0", "@types/debug": "~4.1.7", "@types/events": "~3.0.0", "@types/jest": "^29.5.14", "@types/nock": "^11.1.0", "@types/node": "^20.19.27", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.18.1", "axios": "^1.13.0", "eslint": "^8.57.1", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-config-prettier": "^9.1.2", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-prettier": "^5.5.4", "husky": "^8.0.3", "jest": "^29.7.0", "nock": "^13.5.6", "prettier": "^3.7.4", "source-map-support": "^0.5.21", "ts-jest": "^29.4.6", "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" }, "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": "985d911adcbe8c930ab44b8aa0f722aa18f54f3e" }