UNPKG

1.02 kBJSONView Raw
1{
2 "name": "terminal-image",
3 "version": "2.0.0",
4 "description": "Display images in the terminal",
5 "license": "MIT",
6 "repository": "sindresorhus/terminal-image",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "type": "module",
14 "exports": "./index.js",
15 "engines": {
16 "node": ">=12"
17 },
18 "scripts": {
19 "test": "xo && ava && tsd"
20 },
21 "files": [
22 "index.js",
23 "index.d.ts"
24 ],
25 "keywords": [
26 "terminal",
27 "image",
28 "term",
29 "iterm",
30 "shell",
31 "console",
32 "command-line",
33 "img",
34 "pic",
35 "picture",
36 "photo",
37 "ansi",
38 "escape",
39 "jpg",
40 "jpeg",
41 "display",
42 "show",
43 "pixels",
44 "gif",
45 "animation",
46 "sequence"
47 ],
48 "dependencies": {
49 "chalk": "^4.1.1",
50 "jimp": "^0.16.1",
51 "log-update": "^4.0.0",
52 "render-gif": "^2.0.4",
53 "term-img": "^6.0.0"
54 },
55 "devDependencies": {
56 "@types/node": "^15.0.1",
57 "ava": "^3.15.0",
58 "tsd": "^0.14.0",
59 "xo": "^0.39.1"
60 }
61}