forked from faressoft/terminalizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.76 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "terminalizer",
"version": "0.11.0",
"description": "Record your terminal and generate animated gif images or share a web player",
"main": "bin/app.js",
"author": "Mohammad Fares <[email protected]>",
"license": "MIT",
"homepage": "https://www.terminalizer.com",
"repository": {
"type": "git",
"url": "https://github.com/faressoft/terminalizer.git"
},
"bin": {
"terminalizer": "bin/app.js"
},
"scripts": {
"dev": "NODE_ENV=development webpack --watch",
"build": "NODE_ENV=production webpack --progress",
"prepublish": "npm run build"
},
"keywords": [
"terminal",
"record",
"capture",
"tty",
"shot",
"bash",
"powershell",
"gif",
"animated",
"generate",
"theme",
"colors",
"font",
"repeat",
"command-line",
"shell",
"zsh",
"bash-profile",
"render",
"pty"
],
"dependencies": {
"async": "^2.6.3",
"async-promises": "^0.2.2",
"chalk": "^2.4.2",
"death": "^1.1.0",
"deepmerge": "^2.2.1",
"electron": "^25.2.0",
"fs-extra": "^5.0.0",
"gif-encoder": "^0.6.1",
"inquirer": "^6.5.2",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"node-pty-prebuilt-multiarch": "^0.10.1-pre.5",
"performance-now": "^2.1.0",
"pngjs": "^3.4.0",
"progress": "^2.0.3",
"request": "^2.88.2",
"require-dir": "^1.1.0",
"string-argv": "0.0.2",
"tmp": "^0.2.1",
"uuid": "^3.4.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"ajv": "^6.12.6",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^4.3.0",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "^2.7.6",
"terminalizer-player": "^0.4.1",
"webpack": "^5.88.1",
"webpack-cli": "^4.10.0",
"xterm": "^3.14.5"
}
}