-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
package.json
53 lines (53 loc) · 1.09 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "bpmn-js-examples",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-js-examples"
},
"keywords": [
"bpmn-js-example"
],
"scripts": {
"all": "run-s lint build",
"build": "lerna run all --stream",
"lint": "eslint ."
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"devDependencies": {
"eslint": "^9.12.0",
"eslint-plugin-bpmn-io": "^2.0.2",
"eslint-plugin-mocha": "^10.5.0",
"lerna": "^8.1.8",
"npm-run-all2": "^7.0.0"
},
"workspaces": [
"bpmn-properties",
"bundling",
"commenting",
"custom-bundle",
"custom-meta-model",
"custom-modeling-rules",
"deep-linking",
"embedding",
"i18n",
"minimap",
"modeler",
"modeling-api",
"overlays",
"properties-panel",
"properties-panel-async-extension",
"properties-panel-extension",
"properties-panel-list-extension",
"theming",
"transaction-boundaries",
"types"
]
}