generated from camunda/camunda-modeler-custom-linter-rules-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 809 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
{
"name": "camunda-modeler-custom-linter-rules-plugin",
"version": "0.0.0",
"private": true,
"description": "Custom linter rules for modeling best practices",
"main": "index.js",
"scripts": {
"all": "run-s build",
"build": "webpack",
"dev": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camunda/camunda-modeler-custom-linter-rules-plugin.git"
},
"keywords": [
"camunda",
"modeler",
"plugin"
],
"author": "Nico Rehwaldt",
"license": "MIT",
"devDependencies": {
"bpmnlint": "^8.1.1",
"bpmnlint-loader": "^0.1.6",
"bpmnlint-plugin-custom": "file:bpmnlint-plugin-custom",
"camunda-modeler-plugin-helpers": "^5.1.0",
"npm-run-all": "^4.1.5",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1"
}
}