dailyprog
Version:
Fetches Coding Questions from the r/dailyprogrammer subreddit based on the question and difficulty entered.
37 lines (36 loc) • 915 B
JSON
{
"name": "dailyprog",
"bin": {
"dailyprog": "app.js"
},
"author": "Anirudh Pandey",
"description": "Fetches Coding Questions from the r/dailyprogrammer subreddit based on the question and difficulty entered.",
"main": "index.js",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/SeverusTheBest/daily-programmer-cli.git"
},
"version": "1.2.3",
"dependencies": {
"axios": "^0.20.0",
"chalk": "^4.1.0",
"cli-html": "^1.8.2",
"he": "^1.2.0",
"yargs": "^16.0.1"
},
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"reddit",
"cli",
"dailyprogrammer"
],
"bugs": {
"url": "https://github.com/SeverusTheBest/daily-programmer-cli/issues"
},
"homepage": "https://github.com/SeverusTheBest/daily-programmer-cli#readme",
"devDependencies": {}
}