{
  "name": "force-graph-vis",
  "version": "0.7.1",
  "description": "",
  "main": "dist/force-graph-vis.min.js",
  "module": "dist/force-graph-vis.esm.min.js",
  "typings": "lib/types/index.d.ts",
  "files": [
    "dist/style/force-graph-vis.css",
    "dist/style/plugin-bezier-curve-controller.css",
    "dist/force-graph-vis.esm.min.js",
    "dist/force-graph-vis.min.js",
    "lib/types",
    "README.md"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "ROLLUP_ENV=production node ./pkg-dev.js && rollup -c --environment ROLLUP_ENV:production",
    "watch": "ROLLUP_ENV=development node ./pkg-dev.js && rollup -c -w --environment ROLLUP_ENV:development",
    "server": "npx http-server",
    "serverSync": "npx browser-sync start --no-open --server --watch --directory",
    "lint": "eslint lib --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geeknull/force-graph-vis.git"
  },
  "keywords": [
    "force-graph"
  ],
  "author": "geeknull",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geeknull/force-graph-vis/issues"
  },
  "homepage": "https://github.com/geeknull/force-graph-vis#readme",
  "peerDependencies": {
    "@ss/mtd-vue": "^0.3.0"
  },
  "peerDependenciesMeta": {
    "@ss/mtd-vue": {
      "optional": true
    }
  },
  "devDependencies": {
    "@babel/core": "^7.14.3",
    "@babel/preset-env": "^7.14.4",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-eslint": "^8.0.1",
    "@ss/mtd-vue": "^0.4.0",
    "@types/d3": "^7.0.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "prettier": "^2.3.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.50.5",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-terser": "^7.0.2"
  }
}
