UNPKG

2.17 kBJSONView Raw
1{
2 "name": "bpmn-js-bpmnlint",
3 "version": "0.18.2",
4 "description": "bpmn-js integration for bpmnlint",
5 "main": "dist/index.js",
6 "module": "dist/index.esm.js",
7 "source": "lib/index.js",
8 "umd:main": "dist/bpmn-js-bpmnlint.umd.js",
9 "scripts": {
10 "all": "run-s lint test distro",
11 "lint": "eslint .",
12 "start": "cross-env SINGLE_START=true npm run dev",
13 "test": "karma start --no-auto-test --single-run",
14 "dev": "karma start",
15 "distro": "run-s build test:build copy-assets",
16 "build": "NODE_ENV=production rollup -c",
17 "build:watch": "NODE_ENV=production rollup -c -w",
18 "test:build": "karma start test/distro/karma.conf.js",
19 "copy-assets": "cpx assets/css/* dist/assets/css/ -v",
20 "prepublishOnly": "run-s distro"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/bpmn-io/bpmn-js-bpmnlint.git"
25 },
26 "author": "Philipp Fromme <https://github.com/philippfromme>",
27 "contributors": [
28 {
29 "name": "Nico Rehwaldt",
30 "url": "https://github.com/nikku"
31 }
32 ],
33 "license": "MIT",
34 "devDependencies": {
35 "@rollup/plugin-commonjs": "^17.0.0",
36 "@rollup/plugin-node-resolve": "^11.0.0",
37 "bpmn-js": "^8.3.0",
38 "bpmnlint": "^7.2.1",
39 "bpmnlint-loader": "^0.1.4",
40 "chai": "^4.2.0",
41 "cpx": "^1.5.0",
42 "cross-env": "^7.0.3",
43 "eslint": "^7.24.0",
44 "eslint-plugin-bpmn-io": "^0.12.0",
45 "karma": "^6.3.2",
46 "karma-chrome-launcher": "^3.1.0",
47 "karma-debug-launcher": "0.0.4",
48 "karma-env-preprocessor": "^0.1.1",
49 "karma-mocha": "^2.0.1",
50 "karma-sinon-chai": "^2.0.2",
51 "karma-webpack": "^4.0.2",
52 "mocha": "^8.2.1",
53 "mocha-test-container-support": "^0.2.0",
54 "npm-run-all": "^4.1.5",
55 "puppeteer": "^1.20.0",
56 "raw-loader": "^1.0.0",
57 "rollup": "^2.35.0",
58 "rollup-plugin-string": "^3.0.0",
59 "rollup-plugin-terser": "^5.3.1",
60 "sinon": "^9.2.4",
61 "sinon-chai": "^3.5.0",
62 "webpack": "^4.44.2"
63 },
64 "dependencies": {
65 "diagram-js": "^6.8.2",
66 "min-dash": "^3.5.2",
67 "min-dom": "^3.1.3"
68 },
69 "peerDependencies": {
70 "bpmnlint": "^3.2.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
71 }
72}