37 lines
859 B
JSON
37 lines
859 B
JSON
{
|
|
"name": "webssh-agent",
|
|
"version": "1.0.0",
|
|
"description": "Local SSH tunnel agent for automatic web publishing",
|
|
"main": "agent.js",
|
|
"scripts": {
|
|
"start": "node agent.js",
|
|
"dev": "nodemon agent.js",
|
|
"install-service": "node install-service.js"
|
|
},
|
|
"keywords": [
|
|
"ssh",
|
|
"tunnel",
|
|
"nginx",
|
|
"ssl",
|
|
"web",
|
|
"publishing"
|
|
],
|
|
"author": "DApp Business",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"cors": "^2.8.5",
|
|
"fs-extra": "^11.1.1",
|
|
"chalk": "^4.1.2",
|
|
"ws": "^8.14.2",
|
|
"dockerode": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|