-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 738 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "twe",
"version": "0.3.3",
"description": "CLI for Twitter",
"type": "module",
"bin": "cli.js",
"eninges": {
"node": ">=14.16"
},
"scripts": {
"test": "xo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LitoMore/twe.git"
},
"keywords": [
"twitter",
"twitter-cli"
],
"author": "LitoMore",
"license": "MIT",
"bugs": {
"url": "https://github.com/LitoMore/twe/issues"
},
"homepage": "https://github.com/LitoMore/twe#readme",
"dependencies": {
"chalk-pipe": "^5.1.1",
"change-case": "^4.1.2",
"conf": "^11.0.1",
"inquirer": "^9.1.2",
"meow": "^10.1.4",
"ora": "^6.1.2",
"twii": "^0.1.1"
},
"devDependencies": {
"xo": "^0.54.2"
},
"xo": {
"prettier": true
}
}