bpmn-js-cli-modeling-dsl
Version:
A modeling dsl plug-in for bpmn-js-cli
49 lines (48 loc) • 1.23 kB
JSON
{
"name": "bpmn-js-cli-modeling-dsl",
"version": "1.0.0",
"description": "A modeling dsl plug-in for bpmn-js-cli",
"scripts": {
"all": "run-s lint test",
"lint": "eslint .",
"dev": "npm test -- --auto-watch --no-single-run",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/nikku/bpmn-js-cli-modeling-dsl"
},
"keywords": [
"bpmn-js",
"bpmn-js-cli",
"bpmn-js-cli-command"
],
"author": "Nico Rehwaldt<git_nikku@nixis.de>",
"license": "MIT",
"devDependencies": {
"bpmn-js": "^3.0.4",
"bpmn-js-cli": "^1.0.0",
"chai": "^4.1.2",
"eslint": "^5.10.0",
"eslint-plugin-bpmn-io": "^0.6.0",
"karma": "^3.1.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^3.0.5",
"mocha": "^5.0.0",
"mocha-test-container-support": "^0.2.0",
"npm-run-all": "^4.1.2",
"raw-loader": "^1.0.0",
"webpack": "^4.27.1"
},
"dependencies": {
"min-dash": "^3.2.0"
},
"peerDependencies": {
"bpmn-js": "^1.x || ^2.x || ^3.x",
"bpmn-js-cli": "^1.x"
}
}