{ "name": "terminus", "description": "A terminal for a modern age", "private": true, "repository": "https://github.com/eugeny/terminus", "author": { "name": "Eugene Pankov", "email": "e@ajenti.org" }, "main": "dist/main.js", "version": "1.0.0-alpha.1", "scripts": { "build": "webpack --progress --color --display-modules", "watch": "webpack --progress --color --watch" }, "dependencies": { "@angular/animations": "^11.1.1", "@angular/common": "^11.1.1", "@angular/compiler": "^11.1.1", "@angular/core": "^11.1.1", "@angular/forms": "^11.1.1", "@angular/platform-browser": "^11.1.1", "@angular/platform-browser-dynamic": "^11.1.1", "@electron/remote": "^1.1.0", "@ng-bootstrap/ng-bootstrap": "^7.0.0", "any-promise": "^1.3.0", "electron-config": "2.0.0", "electron-debug": "^3.2.0", "electron-promise-ipc": "^2.2.4", "fontmanager-redux": "1.0.0", "glasstron": "0.0.7", "js-yaml": "4.0.0", "keytar": "^7.6.0", "mz": "^2.7.0", "native-process-working-directory": "^1.0.2", "ngx-toastr": "^13.2.1", "@terminus-term/node-pty": "0.10.0-terminus.3", "npm": "6", "path": "0.12.7", "rxjs": "^6.6.6", "yargs": "^16.2.0", "zone.js": "^0.11.4" }, "optionalDependencies": { "macos-native-processlist": "^2.0.0", "serialport": "^9.0.7", "windows-blurbehind": "^1.0.1", "windows-native-registry": "^3.0.0", "windows-process-tree": "^0.2.4" }, "devDependencies": { "@types/mz": "2.7.3", "@types/node": "14.14.35", "node-abi": "^2.21.0", "source-map-support": "^0.5.19" }, "peerDependencies": { "terminus-community-color-schemes": "*", "terminus-core": "*", "terminus-plugin-manager": "*", "terminus-serial": "*", "terminus-settings": "*", "terminus-ssh": "*", "terminus-terminal": "*" }, "resolutions": { "*/node-abi": "^2.20.0" } }