rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
64 lines (63 loc) • 1.39 kB
JSON
{
"name": "rwanda",
"version": "3.0.1",
"description": "This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda",
"type": "module",
"files": [
"dist"
],
"main": "./dist/rwanda.umd.cjs",
"module": "./dist/rwanda.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/rwanda.js",
"require": "./dist/rwanda.umd.cjs"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest watch",
"format": "biome format src/ test/ --write",
"format:check": "biome format --check src/ test/",
"lint": "biome lint src/ test/",
"lint:fix": "biome lint --apply src/ test/",
"prepare": "husky install"
},
"devDependencies": {
"@biomejs/biome": "^2.1.4",
"husky": "^9.1.7",
"pathe": "^2.0.3",
"typescript": "^5.9.2",
"vite": "^7.1.1",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4"
},
"engines": {
"node": "20.19.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/knowbee/rwanda.git"
},
"keywords": [
"rwanda",
"urwanda",
"u rwanda",
"intara",
"uturere",
"akarere",
"imirenge",
"umurenge",
"utugari",
"akagari",
"imidugudu",
"umudugudu"
],
"author": "Igwaneza Bruce <knowbeeinc@gmail.com>",
"homepage": "https://github.com/knowbee/rwanda"
}