{
  "name": "echarts-graph-modularity",
  "version": "2.1.0",
  "description": "ECharts graph modularity extension for community detection",
  "main": "index.js",
  "author": "",
  "license": "ISC",
  "dependencies": {
    "ngraph.graph": "0.0.12",
    "ngraph.modularity": "1.0.5"
  },
  "scripts": {
    "dev": "npx webpack --mode development --watch",
    "build": "npx webpack --mode development",
    "release": "npx webpack --mode production && npx webpack --mode development"
  },
  "peerDependencies": {
    "echarts": "^5.2.1"
  },
  "devDependencies": {
    "echarts": "^5.2.1",
    "webpack": "^5.58.2",
    "webpack-cli": "^4.9.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ecomfe/echarts-graph-modularity.git"
  }
}
