qrzlookup/package.json

24 lines
586 B
JSON

{
"name": "qrzlookup",
"version": "0.0.1",
"description": "CLI to lookup someone on QRZ.com (a site for ham radio operators)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"qrzlookup": "./index.js"
},
"keywords": ["qrz", "ham", "radio", "lookup", "amateur"],
"author": "aboutdavid",
"license": "AGPL-3.0-or-later",
"dependencies": {
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"cli-select": "^1.1.2",
"commander": "^10.0.0",
"open": "^8.4.2",
"sync-request": "^6.1.0"
}
}