@bpmn-io/diagram-js-ui
Version:
[](https://github.com/bpmn-io/diagram-js-ui/actions/workflows/CI.yml)
61 lines (60 loc) • 1.49 kB
JSON
{
"name": "@bpmn-io/diagram-js-ui",
"version": "0.2.3",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./package.json": "./package.json"
},
"files": [
"lib"
],
"sideEffects": false,
"scripts": {
"all": "run-s lint test check-types",
"check-types": "tsc --noEmit --noImplicitAny",
"lint": "eslint . --ext cjs,js",
"test": "karma start karma.conf.cjs",
"dev": "npm test -- --auto-watch --no-single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/diagram-js-ui"
},
"author": {
"name": "Beatriz Mendes",
"url": "https://github.com/smbea"
},
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.12",
"@types/karma-chai": "^0.1.6",
"@types/karma-mocha": "^1.3.4",
"@types/mocha": "^10.0.6",
"eslint": "^8.56.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.0",
"mocha": "^10.1.0",
"npm-run-all2": "^6.0.0",
"puppeteer": "^22.0.0",
"sinon": "^17.0.0",
"sinon-chai": "^3.7.0",
"typescript": "^5.4.2",
"webpack": "^5.90.3"
},
"dependencies": {
"htm": "^3.1.1",
"preact": "^10.11.2"
}
}