UNPKG

mapwhizz

Version:

A reusable and customizable SVG map component for visualizing country-based data.

31 lines (30 loc) 737 B
{ "name": "mapwhizz", "version": "1.1.2", "description": "A reusable and customizable SVG map component for visualizing country-based data.", "main": "src/index.js", "module": "src/index.js", "types": "src/index.d.ts", "exports": { "import": "./src/index.js", "require": "./src/index.cjs" }, "files": [ "src/index.js", "README.md", "dist" ], "dependencies": {}, "devDependencies": { "typescript": "^4.9.0", "rollup": "^3.0.0", "rollup-plugin-terser": "^7.0.2" }, "repository": { "type": "git", "url": "https://github.com/samergoda/mapwhizz.git" }, "keywords": ["map", "svg", "data-visualization", "interactive-map"], "author": "samer-goda", "license": "ISC" }