UNPKG

hyper-manager

Version:

The ultimate and most complete extension to manage all your connections in one place for Hyper.js

79 lines (78 loc) 1.98 kB
{ "name": "hyper-manager", "version": "1.0.9", "main": "./index.js", "scripts": { "start": "NODE_OPTIONS=--openssl-legacy-provider npm run build -- --watch --debug --release", "prepublish": "NODE_OPTIONS=--openssl-legacy-provider npm run build -- --release", "build": "NODE_OPTIONS=--openssl-legacy-provider babel-node ./build/build.js" }, "repository": { "type": "git", "url": "git+https://github.com/oOthkOo/hyper-manager.git" }, "description": "The ultimate and most complete extension to manage all your connections in one place for Hyper.js", "keywords": [ "hyper", "hyperjs", "electron", "javascript", "plugin", "extension", "terminal", "js", "command-line", "launcher", "commands", "hyperterm", "startup", "init", "initializer", "terminal-app", "run", "hyper-plugin", "hyperapp", "hyper-extension", "hyper-manager", "ssh", "cli", "telnet", "ftp", "putty", "pty", "command", "connections", "groups" ], "author": "Tierry Danquin", "license": "MIT", "bugs": { "url": "https://github.com/oOthkOo/hyper-manager/issues" }, "website": "https://oothkoo.com", "homepage": "https://github.com/oOthkOo/hyper-manager#readme", "babel": { "presets": [ "@babel/preset-env", "@babel/preset-react" ] }, "devDependencies": { "@babel/cli": "^7.13.10", "@babel/core": "^7.13.8", "@babel/node": "^7.13.0", "@babel/plugin-proposal-function-bind": "^7.12.13", "@babel/plugin-transform-runtime": "^7.13.8", "@babel/preset-env": "^7.13.8", "@babel/preset-react": "^7.12.13", "@material-ui/core": "^4.11.3", "@material-ui/data-grid": "^4.0.0-alpha.21", "@material-ui/lab": "^4.0.0-alpha.57", "babel-loader": "^8.2.2", "json-loader": "^0.5.7", "lodash": "^4.17.21", "react": "^17.0.1", "react-dom": "^17.0.1", "webpack": "^5.24.2" } }