{
	"name": "@villedemontreal/workit-bpm-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",
	"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"
	},
	"dependencies": {
		"@villedemontreal/workit-core": "^7.0.2",
		"@villedemontreal/workit-types": "^7.0.2",
		"axios": "^1.13.0",
		"camunda-external-task-client-js": "2.3.1",
		"debug": "~4.4.3",
		"fast-safe-stringify": "~2.1.1",
		"form-data": "~2.5.4",
		"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",
		"@types/debug": "~4.1.12",
		"@types/events": "~3.0.3",
		"@types/form-data": "~2.5.2",
		"@types/jest": "^29.5.14",
		"@types/node": "^20.19.27",
		"@typescript-eslint/eslint-plugin": "^6.18.1",
		"@typescript-eslint/parser": "^6.18.1",
		"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"
	},
	"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"
}
