{ "name": "dotted-map", "version": "1.2.2", "description": "Create a SVG map filled with dots for the world or countries", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "map", "svg", "dots", "dotted", "world", "countries", "country" ], "author": "", "license": "ISC", "dependencies": { "@turf/boolean-point-in-polygon": "^6.0.1", "proj4": "^2.6.1" }, "devDependencies": { "prettier": "^2.0.5" }, "sideEffects": false }