1 Star 1 Fork 4

derrick/bpmn-js-examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 680 Bytes
一键复制 编辑 原始数据 按行查看 历史
Niklas Kiefer 提交于 2022-10-13 09:54 . ci: add lint task
{
"name": "bpmn-js-examples",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-js-examples"
},
"keywords": [
"bpmn-js-example"
],
"scripts": {
"postinstall": "lerna bootstrap --ignore bpmn-js-example-bpmn-properties",
"build:examples": "lerna run build --stream",
"lint:examples": "lerna run lint --stream --ignore bpmn-js-example-bpmn-properties"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"devDependencies": {
"eslint-plugin-bpmn-io": "^0.16.0",
"lerna": "^5.6.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dwji/bpmn-js-examples.git
git@gitee.com:dwji/bpmn-js-examples.git
dwji
bpmn-js-examples
bpmn-js-examples
element-templates-example

搜索帮助