1 Star 0 Fork 0

derrick/camunda-modeler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.81 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "camunda-modeler-builder",
"version": "0.0.0",
"private": true,
"description": "Camunda Modeler for BPMN, DMN and CMMN, based on bpmn.io",
"scripts": {
"app:auto-test": "npm run app:test -- --watch",
"app:dev": "electron ./dev.js --force-update-checks resources/diagram/simple.bpmn",
"app:test": "nyc --reporter lcov --exclude \"app/test/**\" --exclude \"app/**/__tests__\" mocha --require ./app/test/expect \"app/**/*-spec.js\"",
"client:build": "(cd client && npm run build)",
"client:auto-test": "(cd client && npm run auto-test)",
"client:dev": "(cd client && npm run dev)",
"client:test": "(cd client && npm run test)",
"bpmn-io-modelers:test": "(cd client && npm run bpmn-io-modelers:test)",
"bpmn-io-modelers:auto-test": "(cd client && npm run bpmn-io-modelers:auto-test)",
"all": "run-s clean lint test \"build -- {@}\" --",
"auto-test": "run-p *:auto-test",
"clean": "del-cli 'dist/*' app/public",
"dev": "run-p \"app:dev -- {@}\" client:dev --",
"build:distro": "node tasks/distro.js",
"build:test-distro": "node tasks/test-distro.js",
"build": "run-s client:build \"build:distro -- {@}\" \"build:test-distro -- {@}\" --",
"lint": "eslint .",
"postinstall": "electron-builder install-app-deps && lerna bootstrap",
"prerelease": "run-s update-license-book",
"update-license-book": "node tasks/license-book.js -o THIRD_PARTY_NOTICES -c",
"send-license-book-summary": "node tasks/send-license-book-summary.js -s",
"release": "lerna publish --force-publish",
"test": "run-s *:test",
"start": "run-s \"dev -- {@}\" --",
"link-dependencies": "node tasks/link-dependencies.js"
},
"author": "Camunda <http://camunda.com>",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/camunda/camunda-modeler",
"repository": {
"type": "git",
"url": "https://github.com/camunda/camunda-modeler"
},
"devDependencies": {
"archiver": "^3.0.3",
"builder-util": "^22.3.3",
"chai": "^4.2.0",
"cpx": "^1.5.0",
"del": "^3.0.0",
"del-cli": "^1.1.0",
"diff2html": "^2.11.2",
"electron": "^12.0.5",
"electron-builder": "^22.13.1",
"electron-devtools-installer": "^3.1.1",
"electron-notarize": "^1.0.0",
"electron-publisher-s3": "^20.17.2",
"electron-reloader": "^1.2.0",
"eslint": "^7.17.0",
"eslint-plugin-bpmn-io": "^0.12.0",
"eslint-plugin-camunda-licensed": "^0.4.4",
"eslint-plugin-import": "^2.22.1",
"execa": "^1.0.0",
"lerna": "^3.22.1",
"license-checker": "^25.0.1",
"mocha": "^8.2.1",
"mri": "^1.1.4",
"nodemailer": "^6.6.5",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"sinon": "^9.2.3",
"sinon-chai": "^3.5.0",
"tar-stream": "^2.1.0",
"which": "^1.2.0",
"yauzl": "^2.10.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dwji/camunda-modeler.git
git@gitee.com:dwji/camunda-modeler.git
dwji
camunda-modeler
camunda-modeler
2460-form-elements

搜索帮助