{ "name": "custom-bundle", "version": "0.0.1", "description": "Bundle a custom version of bpmn-js", "scripts": { "all": "run-s bundle open", "bundle": "SET NODE_ENV=production&&SET DISTRO_DIST=../build&&node tasks/build-bundle.js", "open": "opn ./index.html" }, "dependencies": { "bpmn-js": "^6.1.2", "diagram-js": "^5.0.0", "inherits": "^2.0.4", "tiny-svg": "^0.1.3" }, "devDependencies": { "@rollup/plugin-json": "^4.0.1", "@rollup/plugin-replace": "^2.3.0", "cpx": "^1.5.0", "del": "^3.0.0", "execa": "^1.0.0", "mkdirp": "^0.5.1", "npm-run-all": "^4.1.2", "opn-cli": "^3.1.0", "rollup": "^1.20.0", "rollup-plugin-commonjs": "^9.1.0", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-postcss": "^2.0.3", "rollup-plugin-terser": "^5.2.0" } }