-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 826 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
{
"name": "loading-cli",
"version": "1.1.2",
"description": "Terminal loading effect.",
"homepage": "http://jaywcjlove.github.io/loading-cli",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"main": "lib/index.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/loading-cli"
},
"keywords": [
"command",
"loading-cli",
"loading",
"exit",
"quit",
"process",
"graceful",
"shutdown",
"sigterm",
"sigint",
"cli",
"cursor",
"ansi",
"term",
"terminal",
"console",
"shell",
"command-line"
],
"files": [
"lib",
"index.d.ts"
],
"author": "kenny wang <wowohoo@qq.com>",
"license": "MIT",
"dependencies": {
"colors-cli": "^1.0.26"
}
}