UNPKG

1.17 kBJSONView Raw
1{
2 "name": "bpmn-js-bpmnlint",
3 "version": "0.10.1",
4 "description": "bpmn-js integration for bpmnlint",
5 "main": "dist/index.js",
6 "module": "dist/index.esm.js",
7 "scripts": {
8 "all": "run-s bundle copy-assets",
9 "bundle": "NODE_ENV=production rollup -c",
10 "copy-assets": "cpx 'assets/css/*' dist/assets/css -v",
11 "prepublishOnly": "run-s bundle copy-assets"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/bpmn-io/bpmn-js-bpmnlint.git"
16 },
17 "author": "Philipp Fromme <https://github.com/philippfromme>",
18 "contributors": [
19 {
20 "name": "Nico Rehwaldt",
21 "url": "https://github.com/nikku"
22 }
23 ],
24 "license": "MIT",
25 "devDependencies": {
26 "bpmn-font": "^0.8.0",
27 "bpmn-js": "^2.4.1",
28 "bpmnlint": "^5.0.0",
29 "cpx": "^1.5.0",
30 "npm-run-all": "^4.1.5",
31 "rollup": "^0.65.2",
32 "rollup-plugin-commonjs": "^9.1.6",
33 "rollup-plugin-json": "^3.0.0",
34 "rollup-plugin-node-resolve": "^3.4.0",
35 "rollup-plugin-string": "^2.0.2"
36 },
37 "dependencies": {
38 "min-dash": "^3.1.0",
39 "min-dom": "^3.1.1"
40 },
41 "peerDependencies": {
42 "bpmnlint": "^3.2.0 || ^4.0.0 || ^5.0.0"
43 }
44}