UNPKG

dotted-map

Version:

Create a SVG map filled with dots for the world or countries

72 lines (71 loc) 1.59 kB
{ "name": "dotted-map", "version": "3.1.0", "description": "Create a SVG map filled with dots for the world or countries", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./without-countries": { "import": { "types": "./dist/without-countries.d.mts", "default": "./dist/without-countries.mjs" }, "require": { "types": "./dist/without-countries.d.cts", "default": "./dist/without-countries.cjs" } } }, "files": [ "dist" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsdown", "typecheck": "tsc --noEmit", "test": "node test.js" }, "keywords": [ "map", "svg", "dots", "dotted", "world", "countries", "country" ], "repository": { "type": "git", "url": "git+https://github.com/NTag/dotted-map.git" }, "author": "Basile Bruneau <basile@bruneau.email>", "license": "MIT", "bugs": { "url": "https://github.com/NTag/dotted-map/issues" }, "homepage": "https://github.com/NTag/dotted-map", "dependencies": { "@turf/boolean-point-in-polygon": "^7.3.4", "proj4": "^2.20.2" }, "devDependencies": { "prettier": "^3.8.1", "tsdown": "^0.20.3", "typescript": "^5.9.3" }, "sideEffects": false }