UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

94 lines (93 loc) 2.36 kB
{ "name": "diagram-js", "version": "15.3.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.25.2", "@bpmn-io/a11y": "^0.1.0", "@testing-library/preact": "^3.2.4", "babel-loader": "^10.0.0", "babel-plugin-istanbul": "^7.0.0", "bio-dts": "^0.11.0", "chai": "^4.5.0", "del-cli": "^6.0.0", "eslint": "^9.11.1", "eslint-plugin-bpmn-io": "^2.0.2", "jquery": "^3.5.1", "karma": "^6.4.4", "karma-chrome-launcher": "^3.2.0", "karma-coverage": "^2.2.1", "karma-firefox-launcher": "^2.1.3", "karma-mocha": "^2.0.1", "karma-safari-launcher": "^1.0.0", "karma-sinon-chai": "^2.0.2", "karma-webpack": "^5.0.1", "mocha": "^10.7.3", "mocha-test-container-support": "^0.2.0", "npm-run-all2": "^7.0.0", "puppeteer": "^24.0.0", "sinon": "^17.0.1", "sinon-chai": "^3.7.0", "typescript": "^5.7.3", "webpack": "^5.95.0" }, "dependencies": { "@bpmn-io/diagram-js-ui": "^0.2.3", "clsx": "^2.1.0", "didi": "^10.2.2", "inherits-browser": "^0.1.0", "min-dash": "^4.1.0", "min-dom": "^4.2.1", "object-refs": "^0.4.0", "path-intersection": "^3.0.0", "tiny-svg": "^3.1.2" } }