UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

93 lines (92 loc) 2.33 kB
{ "name": "diagram-js", "version": "15.14.0", "description": "A toolbox for displaying and modifying diagrams on the web", "main": "lib/Diagram.js", "module": "lib/Diagram.js", "types": "lib/Diagram.d.ts", "files": [ "lib", "assets", "test/util", "test/helper", "test/matchers", "!lib/**/*.spec.ts" ], "scripts": { "all": "run-s lint test generate-types", "lint": "eslint .", "dev": "npm test -- --auto-watch --no-single-run", "generate-types": "run-s generate-types:*", "generate-types:generate": "del-cli \"lib/**/*.d.ts\" && npx bio-dts -r lib", "generate-types:test": "tsc --noEmit --noImplicitAny", "test": "karma start", "prepublishOnly": "run-s generate-types" }, "repository": { "type": "git", "url": "https://github.com/bpmn-io/diagram-js" }, "engines": { "node": "*" }, "keywords": [ "modeler", "modeling", "canvas", "diagram-js" ], "author": { "name": "Nico Rehwaldt", "url": "https://github.com/nikku" }, "contributors": [ { "name": "bpmn.io contributors", "url": "https://github.com/bpmn-io" } ], "license": "MIT", "sideEffects": [ "*.css" ], "devDependencies": { "@babel/core": "^7.28.6", "@bpmn-io/a11y": "^0.1.0", "@testing-library/preact": "^3.2.4", "babel-loader": "^10.0.0", "babel-plugin-istanbul": "^8.0.0", "bio-dts": "^0.11.0", "chai": "^6.0.0", "del-cli": "^7.0.0", "eslint": "^9.39.2", "eslint-plugin-bpmn-io": "^2.2.0", "jquery": "^4.0.0", "karma": "^6.4.4", "karma-chrome-launcher-2": "^3.3.0", "karma-coverage": "^2.2.1", "karma-firefox-launcher": "^2.1.3", "karma-mocha": "^2.0.1", "karma-safari-launcher": "^1.0.0", "karma-webpack": "^5.0.1", "mocha": "^11.0.0", "mocha-test-container-support": "^0.2.0", "npm-run-all2": "^8.0.4", "puppeteer": "^24.42.0", "sinon": "^21.0.0", "sinon-chai": "^4.0.0", "typescript": "^5.9.3", "webpack": "^5.104.1" }, "dependencies": { "@bpmn-io/diagram-js-ui": "^0.2.3", "clsx": "^2.1.1", "didi": "^11.0.0", "inherits-browser": "^0.1.0", "min-dash": "^5.0.0", "min-dom": "^5.3.0", "object-refs": "^0.4.0", "path-intersection": "^4.1.0", "tiny-svg": "^4.1.4" } }