algeriacitiesdata
Version:
A library to load Algerian wilayas data with dairas and communes into a PostgreSQL database.
21 lines (20 loc) • 519 B
JSON
{
"name": "algeriacitiesdata",
"version": "2.0.1",
"description": "A library to load Algerian wilayas data with dairas and communes into a PostgreSQL database.",
"main": "setup.js",
"bin": {
"algeriacitiesdata": "./setup.js"
},
"scripts": {
"start": "node setup.js"
},
"keywords": ["wilaya", "algeria", "postgresql", "import", "municipalities"],
"author": "faresdjefaflia",
"license": "MIT",
"type": "commonjs",
"dependencies": {
"pg": "^8.11.3",
"prompt-sync": "^4.2.0"
}
}