african-states-and-tribes
Version:
This project provides comprehensive insights into African countries, the origins of various tribes, and their geographic distributions. Built to celebrate and document Africa’s rich multicultural landscape, it allows users to explore the continent’s diver
46 lines (45 loc) • 1.6 kB
JSON
{
"name": "african-states-and-tribes",
"version": "2.0.0",
"description": "This project provides comprehensive insights into African countries, the origins of various tribes, and their geographic distributions. Built to celebrate and document Africa’s rich multicultural landscape, it allows users to explore the continent’s diverse cultural heritage, discovering the roots and locations of countless ethnic groups across Africa.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --out-dir dist",
"dev": "nodemon --exec \"ts-node --experimental-specifier-resolution=node\" src/index.ts",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hilory16/african-states-and-tribes.git"
},
"keywords": [
"african states",
"african tribes",
"countries in africa",
"tribes in africa",
"africa tribes",
"africa",
"african countries",
"african diversity",
"africa diversity",
"african states and tribes",
"african countries data",
"local government areas",
"local government areas data",
"countries in africa"
],
"author": "Olamide Ilori",
"license": "MIT",
"bugs": {
"url": "https://github.com/hilory16/african-states-and-tribes/issues"
},
"homepage": "https://github.com/hilory16/african-states-and-tribes#readme",
"devDependencies": {
"nodemon": "^3.1.7",
"ts-node": "^10.9.2",
"tsup": "^8.2.0",
"typescript": "^5.5.3"
}
}