{
  "name": "react-svg-connector",
  "version": "1.0.9",
  "description": "React component to draw svg connectors between any React components",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@types/node": "^12.0.0",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "typescript": "^4.1.2"
  },
  "scripts": {
    "clean": "rm -rf ./lib",
    "prebuild": "yarn clean",
    "build": "tsc --build \"./tsconfig.json\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tudatn/react-svg-connector.git"
  },
  "keywords": [
    "React",
    "svg",
    "connector",
    "connection",
    "diagram"
  ],
  "author": "Tu Dat Nguyen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tudatn/react-svg-connector/issues"
  },
  "homepage": "https://github.com/tudatn/react-svg-connector#readme"
}
