{ "name": "diagram-js-direct-editing", "version": "2.1.1", "description": "Direct editing support for diagram-js", "scripts": { "all": "run-s lint test", "dev": "npm run test -- --auto-watch --no-single-run", "lint": "eslint .", "test": "karma start" }, "repository": { "type": "git", "url": "https://github.com/bpmn-io/diagram-js-direct-editing" }, "keywords": [ "diagram-js", "diagram-js-plugin" ], "engines": { "node": "*" }, "module": "lib/index.js", "author": "bpmn.io", "license": "MIT", "devDependencies": { "chai": "^4.3.10", "diagram-js": "^13.1.0", "eslint": "^8.55.0", "eslint-plugin-bpmn-io": "^1.0.0", "karma": "^6.4.2", "karma-chrome-launcher": "^3.2.0", "karma-firefox-launcher": "^2.1.2", "karma-mocha": "^2.0.1", "karma-sinon-chai": "^2.0.2", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", "mocha-test-container-support": "^0.2.0", "npm-run-all": "^4.1.2", "puppeteer": "^21.6.1", "sinon": "^17.0.1", "sinon-chai": "^3.7.0", "webpack": "^5.89.0" }, "dependencies": { "min-dash": "^4.0.0", "min-dom": "^4.0.2" }, "peerDependencies": { "diagram-js": "*" }, "files": [ "lib" ] }