-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.05 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
{
"name": "zeebe-bpmn-moddle",
"version": "1.7.0",
"description": "Zeebe moddle extensions for BPMN 2.0",
"scripts": {
"all": "run-s lint test",
"lint": "eslint .",
"dev": "npm test -- --watch",
"test": "mocha -r ./test/expect --reporter=spec --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/camunda/zeebe-bpmn-moddle"
},
"keywords": [
"bpmn",
"moddle",
"bpmn20",
"zeebe",
"meta-model"
],
"author": {
"name": "Maciej Barelkowski",
"url": "https://github.com/barmac"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"devDependencies": {
"async": "^2.6.0",
"bpmn-moddle": "^7.1.2",
"chai": "^4.3.4",
"eslint": "^8.23.0",
"eslint-plugin-bpmn-io": "^0.14.1",
"glob": "^7.1.6",
"jsondiffpatch": "^0.2.5",
"min-dash": "^3.5.2",
"mocha": "^9.1.3",
"npm-run-all": "^4.1.2",
"xsd-schema-validator": "^0.7.0"
},
"files": [
"resources"
]
}