-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.13 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
50
51
52
53
54
55
56
57
58
59
{
"name": "terminaltools",
"version": "3.0.1-beta",
"description": "terminaltools allows you to do tricks in the terminal like play videos, show images and more.",
"main": "tools.js",
"repository": {
"type": "git",
"url": "https://github.com/redyetidev/terminaltools"
},
"keywords": [
"image",
"render",
"video",
"loader",
"player",
"media",
"mov",
"mp4",
"jpg",
"jpeg",
"ffmpeg",
"jimp",
"play",
"videos",
"images",
"picture",
"pictures",
"terminal",
"tools",
"terminaltools",
"rendering",
"Telnet",
"Server",
"net",
"readline",
"dots",
"loading",
"loader",
"ascii",
"server",
"client",
"ascii star wars",
"towel.blinkenlights.nl",
"A lot of keywords",
"Snow",
"Matrix",
"Banner"
],
"author": "RedYetiDev <[email protected]> (https://redyetidev.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/redyetidev/terminaltools/issues"
},
"homepage": "https://tt.js.org",
"dependencies": {
"ffmpeg-static": "^5.1.0",
"sharp": "^0.32.1"
}
}