{
  "name": "antv-layout-wasm",
  "collaborators": [
    "antv"
  ],
  "description": "A WASM binding of rust implementation for graph layout algorithms.",
  "version": "0.0.1",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/antvis/layout"
  },
  "files": [
    "antv_layout_wasm_bg.wasm",
    "antv_layout_wasm.js",
    "antv_layout_wasm.d.ts"
  ],
  "main": "antv_layout_wasm.js",
  "types": "antv_layout_wasm.d.ts",
  "keywords": [
    "graph",
    "layout",
    "viz"
  ]
}