{ "name": "sigma-example-png-snapshot", "version": "1.0.0", "description": "A sigma example showing how to save the rendered graph as a PNG image file.", "main": "index.js", "scripts": { "start": "kotatsu serve --typescript index.ts --public / ./public" }, "license": "MIT", "dependencies": { "@types/file-saver": "^2.0.4", "file-saver": "^2.0.5", "graphology": "^0.23.0", "graphology-layout-force": "^0.2.2", "sigma": "latest" }, "devDependencies": { "kotatsu": "^0.22.3", "typescript": "4.4.4" } }