UNPKG

bpmn-to-image

Version:

Convert a BPMN 2.0 diagrams to PDF, SVG or PNG images

49 lines (48 loc) 908 B
{ "name": "bpmn-to-image", "version": "0.9.0", "description": "Convert a BPMN 2.0 diagrams to PDF, SVG or PNG images", "main": "index.js", "bin": { "bpmn-to-image": "./cli.js" }, "scripts": { "all": "run-s test", "test": "mocha" }, "repository": { "type": "git", "url": "git@github.com:bpmn-io/bpmn-to-image.git" }, "keywords": [ "BPMN", "BPMN 2.0", "image", "export", "converter", "cli", "pdf", "png", "svg" ], "author": "Nico Rehwaldt <https://github.com/nikku>", "license": "MIT", "dependencies": { "bpmn-js": "^18.0.0", "chalk": "^4.1.2", "meow": "^4.0.0", "puppeteer": "^23.7.0" }, "devDependencies": { "chai": "^4.5.0", "del": "^8.0.0", "execa": "^0.10.0", "mocha": "^10.8.2", "npm-run-all2": "^7.0.1" }, "files": [ "cli.js", "index.js", "skeleton.html" ] }