UNPKG

geoshell

Version:

A CLI to fetch real-time geo-data from your terminal

49 lines (48 loc) 1.01 kB
{ "name": "geoshell", "version": "1.0.1", "description": "A CLI to fetch real-time geo-data from your terminal", "main": "lib/index.js", "bin": { "geoshell": "./bin/geoshell.js" }, "scripts": { "test": "jest", "lint": "eslint .", "start": "node bin/geoshell.js" }, "keywords": [ "cli", "geography", "countries", "weather", "holidays", "geo-data" ], "author": "Kelv <vapeteam@proton.me>", "license": "MIT", "dependencies": { "axios": "^1.9.0", "chalk": "^4.1.2", "cli-table3": "^0.6.5", "commander": "^11.1.0", "conf": "^10.2.0", "dotenv": "^16.5.0", "ora": "^5.4.1" }, "devDependencies": { "eslint": "^8.57.1", "jest": "^29.7.0" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/kelv-inn/geoshell" }, "bugs": { "url": "https://github.com/kelv-inn/geoshell/issues" }, "homepage": "https://github.com/kelv-inn/geoshell#readme" }