{
  "name": "graph-drawer",
  "type": "module",
  "private": false,
  "version": "1.1.4",
  "exports": {
    ".": {
      "import": "./dist/GraphDrawer.es.js",
      "require": "./dist/GraphDrawer.cjs.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/GraphDrawer.cjs.js",
  "types": "dist/index.d.ts",
  "module": "./dist/GraphDrawer.es.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build && rollup -c rollup.config.js",
    "build:watch": "vite build --watch",
    "dev": "vite",
    "test": "vitest"
  },
  "dependencies": {
    "mathjs": "^11.8.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.26",
    "graphology": "^0.25.4",
    "rollup": "^4.18.0",
    "rollup-plugin-dts": "^6.1.1",
    "typescript": "^5.2.2",
    "vite": "^5.0.8",
    "vitest": "^1.4.0"
  }
}
