-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 918 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
37
38
39
40
41
42
43
{
"name": "rollup-plugin-bpmnlint",
"version": "0.4.1",
"description": "Convert bpmnlint config files to consumable modules",
"main": "index.js",
"scripts": {
"all": "run-s lint test",
"lint": "eslint .",
"test": "mocha 'test/*.js'"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nikku/rollup-plugin-bpmnlint.git"
},
"keywords": [
"bpmnlint",
"browser-pack",
"rollup-plugin"
],
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/nikku"
},
"license": "MIT",
"devDependencies": {
"bpmnlint": "^10.0.0",
"chai": "^4.3.10",
"eslint": "^8.56.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"mocha": "^10.2.0",
"npm-run-all2": "^7.0.0",
"rollup": "^4.9.1"
},
"peerDependencies": {
"bpmnlint": "*"
},
"dependencies": {
"rollup-pluginutils": "^2.8.2"
},
"files": [
"index.js"
]
}