-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 828 Bytes
/
package.json
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": "@rwxdev/espn",
"version": "0.0.2",
"description": "A CLI for getting sports headlines from ESPN",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"espn": "node ./index.js"
},
"homepage": "https://github.com/bradydowling/espn-cli",
"keywords": ["espn", "sports", "headlines", "articles", "cli"],
"bugs": {
"url" : "https://github.com/bradydowling/espn-cli/issues"
},
"funding": {
"type" : "individual",
"url" : "https://www.buymeacoffee.com/bradydowling"
},
"author": "Brady Dowling",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"boxen": "^5.0.0",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"enquirer": "^2.3.6",
"node-localstorage": "^2.1.6",
"ora": "^5.3.0"
}
}