{
  "TODO": "",
  "name": "force-directed-graph",
  "version": "1.6.3",
  "description": "a force-directed graph layout of participants with congestive heart failure over time",
  "module": "./src/index.js",
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/samussiah/force-directed-graph.git"
  },
  "scripts": {
    "build": "npm audit fix && npm run bundle && npm run format && npm run minify",
    "bundle": "rollup -c",
    "bundle-test-page": "html-inline ./test-page/index.html ./test-page/bundle.html",
    "format": "npm run format-src && npm run format-bundle && npm run format-css",
    "format-bundle": "prettier --print-width=100 --tab-width=4 --end-of-line=auto --single-quote --write ./index.js",
    "format-css": "prettier --print-width=100 --tab-width=4 --end-of-line=auto --single-quote --write ./index.css",
    "format-src": "prettier --print-width=100 --tab-width=4 --end-of-line=auto --single-quote --write \"./src/**/*.js\"",
    "minify": "npm run minify-bundle && npm run minify-css",
    "minify-bundle": "minify ./index.js > ./index.min.js",
    "minify-css": "minify ./index.css > ./index.min.css",
    "local": "http-server .",
    "test-page": "start chrome ./test-page/index.html && start firefox ./test-page/index.html && start iexplore file://%CD%/test-page/index.html",
    "watch": "rollup -c -w"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "d3": "^5.16.0",
    "d3-force-reuse": "^1.0.1",
    "d3-force-sampled": "^1.0.0",
    "progressbar.js": "^1.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@rollup/plugin-commonjs": "^15.1.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "html-inline": "^1.2.0",
    "html-webpack-plugin": "^4.3.0",
    "http-server": "^0.12.3",
    "minify": "^5.1.1",
    "prettier": "^2.0.5",
    "rollup": "^2.32.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-web-worker-loader": "^1.4.0",
    "webpack": "^4.44.1"
  }
}
