{
  "name": "@shardex-libs/infinity-graph",
  "version": "1.0.9",
  "description": "InfinityWallet Graph",
  "main": "dist/src/Graph/index.js",
  "repository": "https://github.com/InfinityWallet/InfinityGraph",
  "author": "shardex",
  "license": "MIT",
  "private": false,
  "scripts": {
    "build": "react-scripts build",
    "publish": "react-scripts publish",
    "start": "react-scripts start"
  },
  "dependencies": {
    "bignumber.js": "^9.0.1",
    "package.json": "^2.0.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-resize-detector": "^6.6.0",
    "react-scripts": "^4.0.2"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "bit": {
    "env": {
      "compiler": "bit.envs/compilers/react@2.0.0"
    },
    "componentsDefaultDirectory": "components/{name}",
    "packageManager": "npm"
  }
}
