UNPKG

@villedemontreal/workit-stepfunction-client

Version:

Camunda BPM client for WorkIt that works with Camunda platform powered by TypeScript

100 lines (99 loc) 3.18 kB
{ "name": "@villedemontreal/workit-stepfunction-client", "version": "7.0.2", "description": "Camunda BPM client for WorkIt that works with 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": { "@aws-sdk/client-sfn": "3.956.0", "@aws-sdk/client-sqs": "3.956.0", "@villedemontreal/workit-core": "^7.0.2", "@villedemontreal/workit-types": "^7.0.2", "debug": "^4.3.4", "fast-safe-stringify": "~2.1.1", "inversify": "7.10.4", "reflect-metadata": "~0.2.2", "sqs-consumer": "14.2.0" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@opentelemetry/api": "1.9.0", "@types/chai": "^4.3.20", "@types/debug": "~4.1.12", "@types/events": "~3.0.3", "@types/form-data": "~2.5.2", "@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", "chai": "^4.3.4", "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" }, "scripts": { "genPackagelock": "npm i --package-lock-only --workspaces false", "test": "node --max-old-space-size=4096 --expose-gc ../../node_modules/.bin/jest --testPathIgnorePatterns integration --coverage --passWithNoTests", "test:all": "jest **/tests/**/*.spec.ts --coverage --passWithNoTests", "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", "BPM" ], "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" }