forked from camunda/camunda-modeler-token-simulation-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "camunda-modeler-token-simulation-plugin",
"version": "0.20.0",
"description": "BPMN Token Simulation for the Camunda Modeler",
"main": "index.js",
"scripts": {
"all": "run-s bundle",
"bundle": "webpack",
"bundle:watch": "webpack -w",
"prepare": "run-s bundle",
"test": "echo 'no tests'"
},
"repository": {
"type": "git",
"url": "https://github.com/camunda/camunda-modeler-token-simulation-plugin"
},
"keywords": [
"camunda",
"modeler",
"plugin"
],
"engines": {
"node": ">= 16"
},
"author": "Philipp Fromme",
"license": "MIT",
"devDependencies": {
"bpmn-js": "^17.9.2",
"bpmn-js-token-simulation": "^0.34.2",
"camunda-modeler-plugin-helpers": "^5.1.0",
"copy-webpack-plugin": "^11.0.0",
"min-dom": "^4.1.0",
"npm-run-all": "^4.1.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"files": [
"client",
"index.js",
"menu.js"
]
}