{ "name": "@or1/monitor-frontend", "version": "0.0.1", "private": true, "type": "module", "scripts": { "build": "node build.mjs", "typecheck": "tsc --noEmit" }, "dependencies": { "cytoscape": "^3.30.0", "cytoscape-elk": "^2.3.0", "cytoscape-svg": "^0.4.0" }, "devDependencies": { "@types/cytoscape": "^3.21.0", "esbuild": "^0.24.0", "typescript": "^5.7.0" } }