-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1023 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
{
"name": "camunda-modeler-templates-from-palette-plugin",
"version": "0.1.0",
"description": "Camunda Modeler plugin to create templated elements directly from the palette",
"main": "index.js",
"scripts": {
"all": "run-s lint bundle",
"bundle": "webpack",
"dev": "webpack -w",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxTru/camunda-modeler-templates-from-palette-plugin.git"
},
"keywords": [
"camunda",
"modeler",
"plugin"
],
"author": "maxtru",
"license": "MIT",
"bugs": {
"url": "https://github.com/MaxTru/camunda-modeler-templates-from-palette-plugin/issues"
},
"homepage": "https://github.com/MaxTru/camunda-modeler-templates-from-palette-plugin#readme",
"devDependencies": {
"camunda-modeler-plugin-helpers": "^3.1.0",
"domify": "^1.4.1",
"eslint": "^7.32.0",
"eslint-plugin-bpmn-io": "^0.12.0",
"npm-run-all": "^4.1.5",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2"
}
}