@butchbet/cities-of-colombia-by-department
Version:
This is a package that will let you get the cities of colombia using a department name as paramenter
30 lines (29 loc) • 921 B
JSON
{
"dependencies": {
"minimist": "^1.2.7"
},
"name": "@butchbet/cities-of-colombia-by-department",
"description": "This is a package that will let you get the cities of colombia using a department name as paramenter",
"version": "1.1.1",
"main": "index.js",
"bin": {
"cities-of-colombia-by-department": "bin/global.js"
},
"devDependencies": {},
"scripts": {
"test": "node ./bin/global.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ButchBet/cities-of-colombia-by-department.git"
},
"keywords": ["Colombia", "Cities of Colobmia", "Cities of Colombia by department", "Department"],
"author": "butchbet",
"license": "MIT",
"bugs": {
"url": "https://github.com/ButchBet/cities-of-colombia-by-department/issues"
},
"homepage": "https://github.com/ButchBet/cities-of-colombia-by-department#readme",
"type": "module",
"preferGlobal": true
}