-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.08 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
{
"name": "modeler-moddle",
"version": "0.2.0",
"description": "Camunda Modeler moddle extensions",
"files": [
"index.js",
"resources"
],
"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/modeler-moddle"
},
"keywords": [
"bpmn",
"moddle",
"bpmn20",
"camunda",
"modeler",
"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": {
"bpmn-moddle": "^8.0.1",
"chai": "^4.3.10",
"dmn-moddle": "^10.0.0",
"eslint": "^8.51.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"glob": "^7.1.2",
"jsondiffpatch": "^0.2.5",
"min-dash": "^4.1.1",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.2",
"xsd-schema-validator": "^0.7.0"
}
}