{ "name": "@pushrocks/smartssh", "version": "1.2.2", "private": false, "description": "setups SSH quickly and in a painless manner", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "testDocker": "npmdocker", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "git+https://gitlab.com/pushrocks/smartssh.git" }, "keywords": [ "SSH", "ENV", "base64" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartssh/issues" }, "homepage": "https://gitlab.com/pushrocks/smartssh#readme", "dependencies": { "@pushrocks/smartfile": "^6.0.8", "@pushrocks/smartpath": "^4.0.1", "@pushrocks/smartpromise": "^2.0.5", "@pushrocks/smartshell": "^2.0.6", "@pushrocks/smartstring": "^3.0.4", "@types/fs-extra": "^5.0.4", "@types/minimatch": "^3.0.3", "fs-extra": "^7.0.0", "minimatch": "^3.0.4" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.12", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^10.10.1" } }