min-dom
Version:
A minimal dom utility toolbelt
70 lines (69 loc) • 1.61 kB
JSON
{
"name": "min-dom",
"version": "5.1.1",
"description": "A minimal dom utility toolbelt",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"scripts": {
"all": "run-s lint test check-types",
"pretest": "run-s bundle",
"bundle": "rollup -c --bundleConfigAsCjs",
"lint": "eslint . --ext js,cjs",
"prepare": "run-s bundle",
"test": "karma start karma.conf.cjs",
"check-types": "tsc --noEmit"
},
"keywords": [
"dom",
"util",
"utility",
"minimal",
"event",
"query",
"jquery",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/min-dom"
},
"author": "bpmn.io",
"license": "MIT",
"sideEffects": false,
"dependencies": {
"domify": "^2.0.0",
"min-dash": "^4.2.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"chai": "^4.4.1",
"component-event": "^0.2.1",
"eslint": "^8.57.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"karma": "^6.4.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.3",
"karma-mocha": "^2.0.1",
"karma-webpack": "^5.0.0",
"mocha": "^10.3.0",
"npm-run-all": "^4.1.2",
"puppeteer": "^22.4.0",
"rollup": "^4.12.1",
"typescript": "^5.3.3",
"webpack": "^5.90.3"
},
"files": [
"dist"
]
}