{
  "name": "graphre",
  "version": "0.1.3",
  "description": "Graph layout for JavaScript",
  "author": "Daniel Kallin <daniel.kallin@gmail.com>",
  "license": "MIT",
  "main": "index.js",
  "keywords": [
    "graph",
    "layout"
  ],
  "files": [
    "index.js",
    "dist/graphre.js",
    "decl/*"
  ],
  "types": "decl/index.d.ts",
  "scripts": {
    "build": "tsc && rollup -c && npm run test",
    "pack": "tsc && MINIFY=1 rollup -c && npm run test",
    "test": "mocha --recursive --reporter progress"
  },
  "dependencies": {},
  "devDependencies": {
    "@rollup/plugin-commonjs": "^16.0.0",
    "@rollup/plugin-node-resolve": "^10.0.0",
    "benchmark": "^2.1.4",
    "chai": "^4.2.0",
    "lodash": "^4.17.20",
    "mocha": "^8.2.0",
    "rollup": "^2.33.1",
    "rollup-plugin-terser": "^7.0.2",
    "sprintf": "^0.1.5",
    "terser": "^5.3.8",
    "typescript": "^4.0.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/skanaar/graphre.git"
  }
}
