mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-29 07:00:21 +00:00
40 lines
859 B
JSON
40 lines
859 B
JSON
{
|
|
"name": "draw.io",
|
|
"version": "16.3.1",
|
|
"description": "diagrams.net desktop",
|
|
"main": "electron.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jgraph/drawio.git"
|
|
},
|
|
"keywords": [
|
|
"draw.io",
|
|
"diagram",
|
|
"flowchart",
|
|
"UML"
|
|
],
|
|
"author": "JGraph",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/jgraph/drawio-desktop/issues"
|
|
},
|
|
"homepage": "https://github.com/jgraph/drawio",
|
|
"dependencies": {
|
|
"@electron/remote": "^2.0.1",
|
|
"commander": "^8.2.0",
|
|
"compression": "^1.7.4",
|
|
"crc": "^3.8.0",
|
|
"electron-log": "^4.4.4",
|
|
"electron-progressbar": "^2.0.1",
|
|
"electron-store": "^8.0.0",
|
|
"electron-updater": "^4.6.5",
|
|
"pdf-lib": "^1.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^16.0.5"
|
|
}
|
|
}
|