2 Star 0 Fork 0

mirrors_bpmn-io/moddle-xml

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "moddle-xml",
"version": "11.0.0",
"description": "XML import/export for documents described with moddle",
"scripts": {
"all": "run-s lint test",
"build": "rollup -c",
"dev": "npm test -- --watch",
"lint": "eslint .",
"test": "mocha --reporter=spec --recursive test",
"pretest": "run-s build",
"prepare": "run-s build"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/moddle-xml"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"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"
}
],
"engines": {
"node": ">= 18"
},
"files": [
"dist"
],
"license": "MIT",
"sideEffects": false,
"devDependencies": {
"chai": "^4.4.1",
"eslint": "^9.12.0",
"eslint-plugin-bpmn-io": "^2.0.2",
"mocha": "^10.3.0",
"moddle": "^7.0.0",
"npm-run-all": "^4.1.5",
"rollup": "^4.12.0"
},
"dependencies": {
"min-dash": "^4.0.0",
"saxen": "^10.0.0"
},
"peerDependencies": {
"moddle": ">= 6.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_bpmn-io/moddle-xml.git
git@gitee.com:mirrors_bpmn-io/moddle-xml.git
mirrors_bpmn-io
moddle-xml
moddle-xml
main

搜索帮助