{ "name": "moddle-xml", "version": "10.1.0", "description": "XML import/export for documents described with moddle", "scripts": { "all": "run-s lint test distro", "lint": "eslint .", "dev": "npm test -- --watch", "test": "mocha --reporter=spec --recursive test/spec", "distro": "run-s build test:build", "build": "rollup -c", "prepare": "npm run build", "test:build": "mocha --reporter=spec --recursive test/distro", "prepublishOnly": "run-s distro" }, "type": "module", "repository": { "type": "git", "url": "https://github.com/bpmn-io/moddle-xml" }, "main": "dist/index.cjs", "module": "dist/index.esm.js", "umd:main": "dist/moddle-xml.umd.cjs", "source": "lib/index.js", "keywords": [ "moddle", "model", "meta-model", "xml", "xsd", "import", "export" ], "author": { "name": "Nico Rehwaldt", "url": "https://github.com/Nikku" }, "contributors": [ { "name": "bpmn.io contributors", "url": "https://github.com/bpmn-io" } ], "files": [ "dist" ], "license": "MIT", "sideEffects": false, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^14.1.0", "chai": "^4.3.6", "eslint": "^8.24.0", "eslint-plugin-bpmn-io": "^0.16.0", "mocha": "^10.0.0", "npm-run-all": "^4.1.5", "rollup": "^2.79.1", "rollup-plugin-terser": "^7.0.2" }, "dependencies": { "min-dash": "^4.0.0", "moddle": "^6.0.0", "saxen": "^8.1.2" } }