{
  "name": "graphology-library",
  "version": "0.8.0",
  "description": "Graphology's standard library.",
  "main": "index.js",
  "types": "index.d.ts",
  "browser": "browser.js",
  "files": [
    "*.js",
    "*.d.ts",
    "dist"
  ],
  "scripts": {
    "clean": "rm -rf ./dist",
    "build": "npm run clean && rollup -c",
    "prepublishOnly": "npm run test:types && npm run build",
    "test": "npm run test:types",
    "test:types": "ts-node test.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphology/graphology.git"
  },
  "keywords": [
    "graph",
    "graphology",
    "library"
  ],
  "author": {
    "name": "Guillaume Plique",
    "url": "http://github.com/Yomguithereal"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphology/graphology/issues"
  },
  "homepage": "https://github.com/graphology/graphology#readme",
  "dependencies": {
    "graphology-assertions": "~2.2.1",
    "graphology-canvas": "^0.4.1",
    "graphology-communities-louvain": "~2.0.1",
    "graphology-components": "~1.5.4",
    "graphology-generators": "~0.11.2",
    "graphology-gexf": "~0.10.3",
    "graphology-graphml": "^0.5.2",
    "graphology-layout": "~0.6.1",
    "graphology-layout-force": "~0.2.4",
    "graphology-layout-forceatlas2": "~0.10.1",
    "graphology-layout-noverlap": "^0.4.2",
    "graphology-metrics": "~2.1.0",
    "graphology-operators": "~1.6.0",
    "graphology-shortest-path": "~2.0.2",
    "graphology-simple-path": "^0.2.0",
    "graphology-svg": "^0.1.3",
    "graphology-traversal": "^0.3.1",
    "graphology-utils": "~2.5.2"
  },
  "peerDependencies": {
    "graphology-types": ">=0.23.0"
  }
}
