-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 964 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
{
"name": "gradient-boxen",
"version": "1.1.0",
"description": "A combo of gradient-string + boxen",
"exports": "./index.js",
"type": "module",
"repository": "savioxavier/gradient-boxen",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"box",
"gradient",
"boxes",
"terminal",
"term",
"console",
"ascii",
"unicode",
"border",
"text"
],
"author": {
"name": "Savio Xavier",
"email": "savioxavier112@gmail.com",
"url": "https://github.com/savioxavier"
},
"license": "MIT",
"dependencies": {
"boxen": "^7.0.0",
"common-tags": "^1.8.2",
"gradient-string": "^2.0.2",
"strip-ansi": "^7.0.1"
},
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
},
"files": [
"index.js",
"index.d.ts"
],
"engines": {
"node": ">=14.16"
}
}