-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
59 lines (59 loc) · 1.09 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "twifo-cli",
"version": "1.0.3",
"description": "Get user info of a Twitter user",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/codedotjs/twifo-cli.git"
},
"author": "Rishi Giri <rushforlinux@gmail.com> (rishigiri.com)",
"bin": {
"twifo": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"twitter",
"user",
"username",
"handle",
"bio",
"tweets",
"followers",
"following",
"likes",
"joined"
],
"dependencies": {
"cheerio": "^0.22.0",
"colors": "*",
"got": "^6.7.1",
"log-update": "^2.0.0",
"ora": "^1.2.0",
"total-release": "*",
"update-notifier": "^2.1.0"
},
"devDependencies": {
"ava": "^0.15.2",
"xo": "^0.16.0",
"pify": "^2.2.0"
},
"xo": {
"esnext": true
},
"bugs": {
"url": "https://github.com/codedotjs/twifo-cli/issues"
},
"homepage": "https://github.com/codedotjs/twifo-cli#readme",
"main": "cli.js"
}