{ "name": "sigma-example-csv-to-network-map", "version": "1.0.0", "description": "This example loads a raw CSV dataset, and transforms the data to get a drawable network map, using Graphology.", "main": "index.js", "scripts": { "start": "kotatsu serve --typescript index.ts --public / ./public" }, "license": "MIT", "dependencies": { "@types/papaparse": "^5.2.6", "graphology": "^0.23.0", "graphology-components": "^1.3.0", "graphology-layout": "^0.4.1", "graphology-layout-forceatlas2": "^0.6.1", "papaparse": "^5.3.1", "sigma": "latest" }, "devDependencies": { "kotatsu": "^0.22.3", "typescript": "4.4.4" } }