package.json 859 Bytes
{
  "name": "draw.io",
  "version": "17.2.2",
  "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.1.0"
  }
}