UNPKG

ugaddress

Version:

Get all regions and districts in Uganda

30 lines (29 loc) 693 B
{ "name": "ugaddress", "version": "1.0.1", "description": "Get all regions and districts in Uganda", "main": "src/index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "setup:regions": "node ./scripts/setupRegions.js" }, "repository": { "type": "git", "url": "git+https://github.com/open-ug/ugaddress.git" }, "keywords": [ "uganda", "address", "addresses" ], "author": "Beingana Jim Junior", "license": "MIT", "bugs": { "url": "https://github.com/open-ug/ugaddress/issues" }, "homepage": "https://github.com/open-ug/ugaddress#readme", "devDependencies": { "chalk": "^5.2.0" } }