{
  "name": "react-typescript-datamaps",
  "version": "1.0.3",
  "description": "react wrapper component for the 'datamaps' library (Interactive maps for data visualizations). Out of the box it includes advance arc-attack-plugin and demo mode.",
  "main": "build/index.js",
  "module": "build/index.es.js",
  "keywords": ["react", "typescript", "datamaps", "plguin", "cyber", "attack", "map"],
  "homepage": "https://github.com/orenef/react-typescript-datamaps",
  "scripts": {
    "start": "parcel --out-dir playground-build ./src/playground/index.html",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup --config"
  },
  "author": "orenef",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^15.1.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@types/react": "^16.9.51",
    "@types/react-dom": "^16.9.8",
    "parcel-bundler": "^1.12.4",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rollup": "^2.29.0",
    "rollup-plugin-peer-deps-external": "^2.2.3",
    "rollup-plugin-postcss": "^3.1.8",
    "rollup-plugin-typescript2": "^0.27.3",
    "typescript": "^4.0.3"
  },
  "peerDependencies": {
    "react": "^16.13.1"
  },
  "dependencies": {
    "d3": "^3.5.6",
    "datamaps": "^0.5.9"
  }
}
