hackernews-cli-tool
Version:
A Hacker News CLI Tool
37 lines (36 loc) • 694 B
JSON
{
"name": "hackernews-cli-tool",
"version": "1.0.2",
"description": "A Hacker News CLI Tool",
"main": "/bin/index.js",
"bin": {
"hn": "/bin/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kelvinQiu802/hackernews-cli-tool"
},
"type": "module",
"scripts": {},
"keywords": [
"HN",
"Hacker News",
"CLI",
"Tool",
"node",
"CLI Tool"
],
"author": "KelvinQiu802",
"license": "MIT",
"dependencies": {
"axios": "^1.3.2",
"chalk": "^5.2.0",
"inquirer": "^9.1.4",
"open": "^8.4.1",
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/yargs": "^17.0.22"
}
}