{
    "name": "svgmap-tamilnadu",
    "version": "0.0.6",
    "description": "Interactive map of Tamilnadu for React",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "rollup -c"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/arav-ind/svgmaps-india.git"
    },
    "keywords": [
        "svgmap",
        "svgmap-tamilnadu",
        "svgmap-india",
        "react-map-tn"
    ],
    "author": "Aravind D",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/arav-ind/svgmaps-india/issues"
    },
    "homepage": "https://github.com/arav-ind/svgmaps-india#readme",
    "peerDependencies": {
        "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
        "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
    },
    "devDependencies": {
        "@babel/preset-react": "^7.18.6",
        "@rollup/plugin-babel": "^6.0.4",
        "@rollup/plugin-node-resolve": "^13.3.0",
        "@rollup/plugin-terser": "^0.4.4",
        "@types/react": "^18.2.58",
        "rollup": "^2.77.0",
        "rollup-plugin-peer-deps-external": "^2.2.4",
        "rollup-plugin-typescript2": "^0.36.0",
        "tslib": "^2.6.2",
        "typescript": "^5.3.3"
    },
    "dependencies": {
        "svgmap-core": "^0.0.1"
    }
}
