bpmn-js-spiffworkflow/package.json

67 lines
1.7 KiB
JSON

{
"name": "bpmn-js-spiffworkflow",
"version": "0.0.1",
"description": "Extensions and modifications of BPMN.js to improve BPMN development for SpiffWorkflow",
"scripts": {
"all": "run-s lint test build",
"build": "webpack --mode production",
"build:watch": "webpack --watch",
"dev": "run-p build:watch serve",
"serve": "sirv public --dev",
"lint": "eslint .",
"start": "run-s build serve",
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sartography/bpmn-js-spiffworkflow"
},
"keywords": [
"bpmn",
"spiffworkflow"
],
"author": {
"name": "Dan Funk (Sartography)",
"url": "https://github.com/danfunk"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"devDependencies": {
"@types/mocha": "^9.1.1",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browserify": "^17.0.0",
"chai": "^4.3.6",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^7.32.0",
"eslint-plugin-bpmn-io": "^0.13.0",
"karma": "^6.3.4",
"karma-browserify": "^8.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"mocha": "^10.0.0",
"mocha-test-container-support": "^0.2.0",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"sirv-cli": "^2.0.2",
"stringify": "^5.2.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"bpmn-js": "^9.2.0",
"diagram-js": "^8.5.0",
"inherits": "^2.0.4",
"min-dash": "^3.8.1"
}
}