joshkaposh-graph
Version:
A collection of general purpose graph data structures and traversal algorithms
29 lines • 683 B
JSON
{
"name": "joshkaposh-graph",
"version": "1.0.17",
"description": "A collection of general purpose graph data structures and traversal algorithms",
"main": "src/index.ts",
"scripts": {
"test": "vitest",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [
"graph",
"graph-data-structure"
],
"author": "",
"license": "MIT",
"devDependencies": {
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^1.4.0"
},
"dependencies": {
"fixed-bit-set": "^1.1.0",
"joshkaposh-heap": "^1.2.0",
"joshkaposh-index-map": "^1.0.8",
"joshkaposh-iterator": "^1.1.10",
"joshkaposh-option": "^1.0.2"
}
}