webssh2/package.json
2024-08-20 19:56:21 +00:00

74 lines
1.7 KiB
JSON

{
"name": "webssh2-server",
"version": "0.2.16",
"ignore": [
".gitignore"
],
"bin": "./index.js",
"description": "A Websocket to SSH2 gateway using xterm.js, socket.io, ssh2",
"homepage": "https://github.com/billchurch/WebSSH2",
"keywords": [
"ssh",
"webssh",
"terminal",
"webterminal"
],
"license": "SEE LICENSE IN FILE - LICENSE",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/billchurch/WebSSH2.git"
},
"contributors": [
{
"name": "Bill Church",
"email": "wmchurch@gmail.com"
}
],
"engines": {
"node": ">= 6"
},
"bugs": {
"url": "https://github.com/billchurch/WebSSH2/issues"
},
"dependencies": {
"ajv": "^4.11.8",
"basic-auth": "^2.0.1",
"body-parser": "^1.15.2",
"debug": "~4.1.0",
"express": "^4.14.1",
"express-session": "^1.18.0",
"express-socket.io-session": "^1.3.5",
"jsmasker": "^1.1.2",
"read-config-ng": "~3.0.7",
"socket.io": "~2.2.0",
"ssh2": "~0.8.9",
"validator": "^13.12.0",
"webssh2_client": "^0.2.23"
},
"scripts": {
"start": "node index.js",
"watch": "node_modules/.bin/nodemon index.js",
"standard": "standard --verbose --fix | snazzy"
},
"standard": {
"ignore": [
"bin/*",
"build/*"
]
},
"devDependencies": {
"airbnb": "0.0.2",
"colors": "~1.3.2",
"eslint": "^9.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"nodemon": "^1.12.1",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"snazzy": "^8.0.0",
"standard": "^12.0.1"
}
}