@camunda/execution-platform
Version:
Add execution platform meta-data to BPMN and DMN diagrams
60 lines (59 loc) • 1.4 kB
JSON
{
"name": "@camunda/execution-platform",
"version": "0.3.2",
"description": "Add execution platform meta-data to BPMN and DMN diagrams",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"all": "run-s lint test",
"lint": "eslint .",
"test": "karma start",
"dev": "npm test -- --auto-watch --no-single-run"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/camunda/execution-platform.git"
},
"keywords": [
"BPMN",
"DMN",
"modeler",
"execution platform"
],
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"devDependencies": {
"bpmn-js": "^9.0.3",
"chai": "^4.2.0",
"dmn-js": "^12.1.0",
"eslint": "^7.32.0",
"eslint-plugin-bpmn-io": "^0.13.0",
"karma": "^6.3.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"mocha-test-container-support": "^0.2.0",
"modeler-moddle": "^0.2.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^1.20.0",
"raw-loader": "^1.0.0",
"webpack": "^4.46.0"
},
"peerDependencies": {
"modeler-moddle": "^0.2.0"
}
}