UNPKG

terminalizer-v2

Version:

Record your terminal and generate animated gif images or share a web player

81 lines 2 kB
{ "name": "terminalizer-v2", "version": "0.7.3", "description": "Record your terminal and generate animated gif images or share a web player", "main": "bin/app.js", "author": "Mohammad Fares <faressoft.com@gmail.com>", "contributors": ["Madhuri Shivakumar <me@stokedowl.com>"], "license": "MIT", "homepage": "https://terminalizer.stokedowl.com", "repository": { "type": "git", "url": "https://github.com/stokedowl/terminalizer-v2.git" }, "bin": { "terminalizer-v2": "bin/app.js" }, "scripts": { "dev": "NODE_ENV=development webpack --color --watch", "build": "NODE_ENV=production webpack --progress --color", "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": "^4.2.2", "electron": "^13.6.6", "flowa": "^4.0.2", "fs-extra": "^5.0.0", "gif-encoder": "^0.7.2", "inquirer": "^8.2.2", "is_js": "^0.9.0", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "node-pty-prebuilt-multiarch": "^0.10.1-pre.4", "performance-now": "^2.1.0", "pngjs": "^3.4.0", "progress": "^2.0.3", "request": "^2.88.2", "require-dir": "^1.2.0", "string-argv": "0.3.1", "uuid": "^8.3.0", "yargs": "^17.4.1" }, "devDependencies": { "ajv": "^8.11.0", "clean-webpack-plugin": "^4.0.0", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^3.4.1", "jquery": "^3.6.0", "mini-css-extract-plugin": "^2.6.0", "terminalizer-player": "^0.4.1", "terser-webpack-plugin": "^5.3.1", "webpack": "^5.72.0", "webpack-cli": "^4.9.2", "xterm": "^4.18.0" } }