terminalizer/package.json

78 lines
1.8 KiB
JSON

{
"name": "terminalizer",
"version": "0.12.0",
"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>",
"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": {
"@homebridge/node-pty-prebuilt-multiarch": "^0.11.14",
"async": "^2.6.3",
"async-promises": "^0.2.2",
"axios": "^1.7.5",
"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",
"performance-now": "^2.1.0",
"pngjs": "^3.4.0",
"progress": "^2.0.3",
"require-dir": "^1.1.0",
"string-argv": "0.0.2",
"tmp": "^0.2.1",
"uuid": "^10.0.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": "^v3.14.5"
}
}