-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 807 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 807 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
{
"name": "wtf-cli",
"version": "1.1.5",
"bin": {
"wtf": "index.js"
},
"description": "Command tool to look up abbreviation. A command tool for looking up abbreviation Results provided courtesy of Abbreviations.com.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haixiang6123/wtf-cli.git"
},
"keywords": [
"abbreviations",
"utils",
"tools",
"helper",
"command line"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Haixiang6123/wtf-cli/issues"
},
"homepage": "https://github.com/Haixiang6123/wtf-cli#readme",
"dependencies": {
"axios": "^0.19.0",
"chalk": "^2.4.2",
"ora": "^3.4.0",
"table": "^5.4.4"
}
}