UNPKG

@villedemontreal/workit-bpm-client

Version:

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

99 lines (98 loc) 2.9 kB
{ "name": "@villedemontreal/workit-bpm-client", "version": "6.0.0", "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", "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 ../../" }, "dependencies": { "@villedemontreal/workit-core": "^6.0.0", "@villedemontreal/workit-types": "^6.0.0", "axios": "^1.6.2", "camunda-external-task-client-js": "2.3.1", "debug": "^4.3.4", "fast-safe-stringify": "~2.1.1", "form-data": "~2.5.1", "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", "@types/debug": "~4.1.12", "@types/events": "~3.0.3", "@types/form-data": "~2.5.0", "@types/jest": "^29.5.11", "@types/node": "^20.10.3", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.18.1", "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.1.1", "source-map-support": "^0.5.21", "ts-jest": "^29.1.2", "typedoc": "^0.25.13", "typescript": "^4.9.5" }, "engines": { "node": ">=18.0.0" }, "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": "4d1a6fd49c8f57a6331016aa2d9d0034695df6f3" }