{ "name": "terminalizer", "version": "0.3.0", "description": "Record your terminal and generate animated gif images", "main": "bin/app.js", "author": "Mohammad Fares ", "license": "MIT", "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 --optimize-minimize --progress --colors" }, "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.1", "async-promises": "^0.2.1", "chalk": "^2.4.1", "death": "^1.1.0", "deepmerge": "^2.1.0", "electron": "^2.0.8", "flowa": "^4.0.2", "fs-extra": "^5.0.0", "gif-encoder": "^0.6.1", "inquirer": "^6.2.0", "is_js": "^0.9.0", "js-yaml": "^3.11.0", "lodash": "^4.17.10", "node-pty-prebuilt": "^0.7.3", "performance-now": "^2.1.0", "pngjs": "^3.3.2", "progress": "^2.0.0", "request": "^2.88.0", "string-argv": "0.0.2", "uuid": "^3.3.2", "yargs": "^12.0.1" }, "devDependencies": { "ajv": "^6.5.4", "clean-webpack-plugin": "^0.1.19", "css-loader": "^1.0.0", "jquery": "^3.3.1", "mini-css-extract-plugin": "^0.4.2", "terminalizer-player": "^0.2.3", "webpack": "^4.19.0", "webpack-cli": "^3.1.0", "xterm": "^3.5.1" } }