2 Star 0 Fork 0

mirrors_bpmn-io/dmnlint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
Maciej Barelkowski 提交于 2020-03-30 13:46 . 0.2.0
{
"name": "dmnlint",
"description": "Validate your DMN diagrams based on configurable lint rules",
"version": "0.2.0",
"main": "lib/index.js",
"keywords": [
"dmnlint",
"dmn",
"linter",
"cli",
"validation",
"rules"
],
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/dmnlint"
},
"author": {
"name": "Maciej Barelkowski",
"url": "https://github.com/barmac"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"engines": {
"node": ">= 8"
},
"license": "MIT",
"scripts": {
"all": "run-s lint test-coverage",
"lint": "eslint .",
"dev": "npm test -- --watch",
"test": "mocha -r esm --exclude 'test/integration/cli/**' 'test/**/*.js'",
"test-coverage": "nyc --reporter=lcov --reporter=html npm test"
},
"bin": {
"dmnlint": "./bin/dmnlint.js"
},
"dependencies": {
"chalk": "^2.4.2",
"cli-table": "^0.3.1",
"dmn-moddle": "^9.0.0",
"dmnlint-utils": "^0.1.0",
"meow": "^5.0.0",
"pluralize": "^7.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-plugin-bpmn-io": "^0.8.2",
"esm": "^3.2.25",
"execa": "^2.0.3",
"install-local": "^1.0.0",
"mocha": "^6.2.0",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"strip-indent": "^2.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_bpmn-io/dmnlint.git
git@gitee.com:mirrors_bpmn-io/dmnlint.git
mirrors_bpmn-io
dmnlint
dmnlint
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385