UNPKG

camunda-dmn-moddle

Version:
50 lines (49 loc) 1.05 kB
{ "name": "camunda-dmn-moddle", "version": "1.3.0", "description": "Camunda moddle extensions for DMN", "files": [ "resources" ], "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/camunda-dmn-moddle" }, "keywords": [ "dmn", "moddle", "dmn13", "camunda", "meta-model" ], "author": { "name": "Philipp Fromme", "url": "https://github.com/philippfromme" }, "contributors": [ { "name": "bpmn.io contributors", "url": "https://github.com/bpmn-io" } ], "license": "MIT", "devDependencies": { "chai": "^4.3.10", "dmn-moddle": "^10.0.0", "eslint": "^8.51.0", "eslint-plugin-bpmn-io": "^1.0.0", "esm": "^3.0.15", "mocha": "^10.2.0", "npm-run-all": "^4.1.2", "xsd-schema-validator": "^0.7.0" }, "dependencies": { "min-dash": "^4.1.1" } }