-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.04 KB
/
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
49
{
"name": "techniconsole",
"version": "1.0.2",
"description": "A set of easy-to-use console.log alternatives for clearer code demonstrations.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abbreviatedman/techniconsole.git"
},
"keywords": [
"console",
"logging",
"console.log",
"color",
"colour",
"colors",
"colours",
"terminal",
"string",
"strings",
"formatting",
"rgb",
"log",
"wrap",
"word wrap",
"wrapping",
"debug",
"debugging",
"console logger",
"print",
"printing",
"printer"
],
"author": "Colin Jaffe <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/abbreviatedman/techniconsole/issues"
},
"homepage": "https://github.com/abbreviatedman/techniconsole#readme",
"dependencies": {
"boxen": "^4.2.0",
"colors": "^1.4.0",
"term-size": "^2.2.0",
"wordwrap": "^1.0.0"
}
}