{
  "name": "@webwriter/network",
  "version": "2.0.7",
  "description": "Visualization of network topologies. Can represent different kinds of networks.",
  "keywords": [
    "webwriter-widget",
    "widget-conceptual",
    "widget-simulational",
    "widget-lang-en",
    "isced2011-3",
    "isced2011-4",
    "isced2011-5",
    "isced2011-6",
    "iscedf2013-06",
    "topology",
    "networks",
    "routing",
    "widget-lang-de",
    "widget-lang-ar",
    "widget-lang-bg",
    "widget-lang-cs",
    "widget-lang-da",
    "widget-lang-nl",
    "widget-lang-et",
    "widget-lang-fi",
    "widget-lang-fr",
    "widget-lang-el",
    "widget-lang-hu",
    "widget-lang-it",
    "widget-lang-lv",
    "widget-lang-lt",
    "widget-lang-nb",
    "widget-lang-pl",
    "widget-lang-pt-PT",
    "widget-lang-ro",
    "widget-lang-ru",
    "widget-lang-sk",
    "widget-lang-sl",
    "widget-lang-es",
    "widget-lang-sv",
    "widget-lang-tr",
    "widget-lang-uk",
    "widget-lang-pt-BR",
    "widget-lang-ko",
    "widget-lang-ja",
    "widget-lang-id",
    "widget-lang-zh-hans",
    "widget-lang-zh-hant"
  ],
  "license": "MIT",
  "author": "Jorik van Genuchten",
  "scripts": {
    "prepublishOnly": "npx @webwriter/build"
  },
  "dependencies": {
    "@lit/localize": "^0.12.2",
    "@shoelace-style/shoelace": "^2.16.0",
    "@types/cytoscape": "^3.21.7",
    "@types/node": "^18.19.47",
    "@webwriter/lit": "^2.1.8",
    "cytoscape": "^3.30.2",
    "cytoscape-compound-drag-and-drop": "^1.1.0",
    "cytoscape-context-menus": "^4.2.1",
    "cytoscape-edgehandles": "^4.0.1",
    "cytoscape-node-html-label": "^1.2.2",
    "konva": "7.0.3",
    "lit": "^3.2.0",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@babel/code-frame": "^7.24.7",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^4.9.5",
    "vite": "^3.2.10"
  },
  "exports": {
    "./widgets/ww-network.*": {
      "source": "./src/index.ts",
      "default": "./dist/widgets/ww-network.*"
    },
    "./snippets/simple-network.html": "./snippets/simple-network.html",
    "./snippets/complex-network.html": "./snippets/complex-network.html",
    "./snippets/triple-network.html": "./snippets/triple-network.html",
    "./package.json": "./package.json",
    "./icon": "./icon.svg",
    "./editing-config.json": "./editing-config.json",
    "./custom-elements.json": "./custom-elements.json"
  },
  "editingConfig": {
    ".": {},
    "./widgets/ww-network": {}
  },
  "customElements": "custom-elements.json"
}