1{
2  "name": "draw.io",
3  "version": "15.7.2",
4  "description": "diagrams.net desktop",
5  "main": "electron.js",
6  "scripts": {
7    "start": "electron ."
8  },
9  "repository": {
10    "type": "git",
11    "url": "git+https://github.com/jgraph/drawio.git"
12  },
13  "keywords": [
14    "draw.io",
15    "diagram",
16    "flowchart",
17    "UML"
18  ],
19  "author": "JGraph",
20  "license": "Apache-2.0",
21  "bugs": {
22    "url": "https://github.com/jgraph/drawio-desktop/issues"
23  },
24  "homepage": "https://github.com/jgraph/drawio",
25  "dependencies": {
26    "@electron/remote": "^2.0.1",
27    "commander": "^8.2.0",
28    "compression": "^1.7.4",
29    "crc": "^3.8.0",
30    "electron-log": "^4.4.1",
31    "electron-progressbar": "^2.0.1",
32    "electron-store": "^8.0.0",
33    "electron-updater": "^4.3.9",
34    "pdf-lib": "^1.16.0"
35  },
36  "devDependencies": {
37    "electron": "^13.6.1"
38  }
39}
40