UNPKG

zeebe-bpmn-moddle

Version:
47 lines (46 loc) 1.01 kB
{ "name": "zeebe-bpmn-moddle", "version": "1.14.0", "description": "Zeebe moddle extensions for BPMN 2.0", "scripts": { "all": "run-s lint test", "lint": "eslint .", "dev": "npm test -- --watch", "test": "mocha -r ./test/expect --reporter=spec --recursive test" }, "repository": { "type": "git", "url": "https://github.com/camunda/zeebe-bpmn-moddle" }, "keywords": [ "bpmn", "moddle", "bpmn20", "zeebe", "meta-model" ], "author": { "name": "Maciej Barelkowski", "url": "https://github.com/barmac" }, "contributors": [ { "name": "bpmn.io contributors", "url": "https://github.com/bpmn-io" } ], "license": "MIT", "devDependencies": { "bpmn-moddle": "^10.0.0", "chai": "^6.2.2", "eslint": "^9.39.2", "eslint-plugin-bpmn-io": "^2.2.0", "min-dash": "^5.0.0", "mocha": "^11.7.5", "npm-run-all": "^4.1.2", "xsd-schema-validator": "^0.11.0" }, "files": [ "resources" ] }