-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 940 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tweespaces",
"description": "Lookup Twitter spaces by keyword",
"version": "0.0.32",
"license": "MIT",
"bin": {
"tws": "index.js"
},
"author": {
"name": "Rich Haines",
"email": "[email protected]",
"url": "https://richardhaines.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/molebox/tweespaces"
},
"keywords": [
"tweespaces",
"node",
"nodejs",
"node-cli",
"twitter-api",
"twitter-spaces"
],
"files": [
"index.js",
"utils"
],
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\""
},
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.2",
"cli-alerts": "^1.2.2",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^2.0.2",
"cli-spinner": "^0.2.10",
"cli-welcome": "^2.2.2",
"lodash.merge": "^4.6.2",
"meow": "^9.0.0",
"node-emoji": "^1.11.0"
},
"devDependencies": {
"prettier": "^2.3.2"
}
}