@react-map/world
Version:
Beautiful, easy to use and interactive svg map component of World for React
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "@react-map/world",
"version": "1.0.13",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsup"
},
"devDependencies": {
"@types/react": "^18.2.45",
"typescript": "^5.3.3",
"tsup": "^8.0.1"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shubhexists/react-maps"
},
"author": "Shubham Singh<shubh622005@gmail.com>",
"keywords": [
"interactive-maps",
"react-maps",
"react",
"svg-maps",
"maps",
"react-components",
"world-map",
"world",
"world-react-component",
"world-svg",
"world-react-map"
],
"readme": "Beautiful, easy to use and interactive svg map component of World for React"
}