UNPKG

@ahurein/travel-explorer

Version:

CLI utility to easily browse attractions in every country/city

57 lines (56 loc) 1.27 kB
{ "name": "@ahurein/travel-explorer", "version": "0.0.34", "description": "CLI utility to easily browse attractions in every country/city", "exports": "./lib/index.js", "type": "module", "bin": { "travel-explorer": "./lib/index.js" }, "scripts": { "test": "npm test", "build": "tsc", "link": "npm link" }, "repository": { "type": "git", "url": "https://github.com/Ahurein/travel-explorer-cli" }, "homepage": "https://github.com/Ahurein/travel-explorer-cli#readme", "keywords": [ "travel explorer", "travel", "hotels", "attractions", "booking", "priceline", "kayak", "viator", "travel-explorer", "@ahurein/travel-explorer", "ahurein" ], "author": { "name": "Ahurein Ebenezer", "email": "ahureinebenezer@gmail.com", "url": "https://github.com/Ahurein" }, "files": ["lib"], "node": ">=14.16", "license": "MIT", "dependencies": { "@inquirer/prompts": "^1.0.0", "axios": "^1.4.0", "chalk": "^5.2.0", "cli-table3": "^0.6.3", "commander": "^10.0.1", "figlet": "^1.6.0", "ora": "^6.3.0" }, "devDependencies": { "@types/figlet": "^1.5.6", "@types/node": "^20.2.3", "ts-node": "^10.9.1", "typescript": "^5.0.4" } }