bpmn-js-cli
Version:
A command-line interface for bpmn-js
52 lines (51 loc) • 1.23 kB
JSON
{
"name": "bpmn-js-cli",
"version": "2.4.0",
"description": "A command-line interface for bpmn-js",
"scripts": {
"all": "run-s lint test",
"lint": "eslint .",
"start": "SINGLE_START=1 npm run dev",
"dev": "npm test -- --auto-watch --no-single-run",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-js-cli"
},
"keywords": [
"bpmn-js",
"bpmn-js-plugin"
],
"author": "Nico Rehwaldt<git_nikku@nixis.de>",
"license": "MIT",
"devDependencies": {
"bpmn-js": "^16.3.2",
"chai": "^4.4.0",
"eslint": "^8.56.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"karma": "^6.4.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.2.0",
"karma-debug-launcher": "^0.0.5",
"karma-env-preprocessor": "^0.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0",
"mocha-test-container-support": "^0.2.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^21.7.0",
"webpack": "^5.89.0"
},
"dependencies": {
"min-dash": "^4.1.1"
},
"peerDependencies": {
"bpmn-js": "*"
},
"files": [
"lib",
"index.js"
]
}