hn-now
Version:
HackerNews CLI
43 lines (42 loc) • 840 B
JSON
{
"name": "hn-now",
"version": "1.2.2",
"description": "HackerNews CLI",
"main": "index.js",
"scripts": {
"build": "tsc --pretty",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jmalonzo/hn-now.git"
},
"keywords": [
"hackernews",
"HN",
"tech news",
"cli",
"terminal"
],
"author": "Jan Alonzo <jmalonzo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmalonzo/hn-now/issues"
},
"homepage": "https://github.com/jmalonzo/hn-now#readme",
"bin": {
"hn-now": "./index.js"
},
"files": [
"index.js",
"main.js"
],
"dependencies": {
"axios": "^0.17.0",
"chalk": "^2.3.0"
},
"devDependencies": {
"@types/node": "^8.0.49",
"typescript": "^2.6.1"
}
}