-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 741 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "newscast-cli",
"version": "1.0.0",
"description": "News on the terminal - easiest way to read my daily news",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codePrady/newscast-cli.git"
},
"author": "Praneeth Patakota",
"license": "MIT",
"bugs": {
"url": "https://github.com/codePrady/newscast-cli/issues"
},
"homepage": "https://github.com/codePrady/newscast-cli#readme",
"dependencies": {
"axios": "^0.21.2",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"html-to-text": "^5.1.1",
"inquirer": "^6.5.1",
"q": "^1.5.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.0.1"
}
}