-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 919 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
{
"name": "callista",
"version": "1.0.0",
"description": "Callista is the next generation of terminal tool kits for your use!",
"main": "callista.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["Callista",
"Console",
"Terminal",
"Terminal Tools",
"colors",
"console colors",
"spinner",
"cli",
"logger",
"logs",
"tables",
"console tables"],
"author": "",
"license": "MIT",
"dependencies": {
"ansi-blue": "^0.1.1",
"ansi-grey": "^0.1.1",
"ansi-underline": "^0.1.1",
"bl": "^4.1.0",
"chalk": "^4.1.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.5.0",
"color-support": "^1.1.3",
"is-interactive": "^1.0.0",
"log-symbols": "^4.0.0",
"parse-node-version": "^1.0.1",
"strip-ansi": "^6.0.0",
"time-stamp": "^2.2.0",
"wcwidth": "^1.0.1"
}
}