UNPKG

camunda-bpmn-js-behaviors

Version:
77 lines (76 loc) 1.88 kB
{ "name": "camunda-bpmn-js-behaviors", "version": "1.18.0", "description": "Camunda Platform 7 and 8 behaviors for bpmn-js", "main": "index.js", "scripts": { "all": "run-s lint test", "lint": "eslint .", "dev": "npm test -- --auto-watch --no-single-run", "test": "karma start karma.config.js" }, "repository": { "type": "git", "url": "https://github.com/camunda/camunda-bpmn-js-behaviors" }, "keywords": [ "bpmn", "bpmn20", "camunda", "zeebe", "modeling", "bpmn-js" ], "author": { "name": "Philipp Fromme", "url": "https://github.com/philippfromme" }, "contributors": [ { "name": "bpmn.io contributors", "url": "https://github.com/bpmn-io" } ], "license": "MIT", "dependencies": { "ids": "^3.0.1", "min-dash": "^5.0.0" }, "devDependencies": { "@babel/core": "^7.28.3", "babel-loader": "^10.0.0", "babel-plugin-istanbul": "^8.0.0", "bpmn-js": "^18.11.0", "bpmn-moddle": "^10.0.0", "camunda-bpmn-moddle": "^7.0.1", "chai": "^6.0.0", "cross-env": "^10.0.0", "eslint": "^9.33.0", "eslint-plugin-bpmn-io": "^2.2.0", "karma": "^6.4.4", "karma-chrome-launcher-2": "^3.3.0", "karma-coverage": "^2.2.1", "karma-debug-launcher": "^0.0.5", "karma-env-preprocessor": "^0.1.1", "karma-firefox-launcher": "^2.1.3", "karma-mocha": "^2.0.1", "karma-tldr-reporter": "^1.0.0", "karma-webpack": "^5.0.1", "min-dom": "^5.2.0", "mocha": "^11.0.0", "mocha-test-container-support": "^0.2.0", "npm-run-all2": "^9.0.0", "sinon": "^22.0.0", "sinon-chai": "^4.0.0", "webpack": "^5.101.2", "zeebe-bpmn-moddle": "^1.15.0" }, "peerDependencies": { "bpmn-js": ">= 9", "camunda-bpmn-moddle": ">= 7", "zeebe-bpmn-moddle": ">= 0.18" }, "files": [ "lib" ] }