UNPKG

zeebe-bpmn-moddle

Version:
50 lines (49 loc) 1.08 kB
{ "name": "zeebe-bpmn-moddle", "version": "1.9.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": { "async": "^2.6.0", "bpmn-moddle": "^7.1.2", "chai": "^4.3.4", "eslint": "^8.23.0", "eslint-plugin-bpmn-io": "^0.14.1", "glob": "^7.1.6", "jsondiffpatch": "^0.2.5", "min-dash": "^3.5.2", "mocha": "^9.1.3", "npm-run-all": "^4.1.2", "xsd-schema-validator": "^0.7.0" }, "files": [ "resources" ] }