2016-04-24 21:47:26 +00:00
|
|
|
{
|
2018-09-17 20:32:31 +00:00
|
|
|
"name": "@pushrocks/smartssh",
|
2022-10-11 11:13:14 +00:00
|
|
|
"version": "1.2.6",
|
2018-09-17 20:32:31 +00:00
|
|
|
"private": false,
|
2016-04-24 21:47:26 +00:00
|
|
|
"description": "setups SSH quickly and in a painless manner",
|
2022-10-11 11:05:29 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
|
|
|
"type": "module",
|
2016-04-24 21:47:26 +00:00
|
|
|
"scripts": {
|
2018-09-17 20:32:31 +00:00
|
|
|
"test": "(tstest test/)",
|
2019-07-17 09:48:31 +00:00
|
|
|
"testDocker": "tsdocker",
|
2022-10-11 11:05:29 +00:00
|
|
|
"build": "(tsbuild)",
|
|
|
|
"buildDocs": "tsdoc"
|
2016-04-24 21:47:26 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-06-13 22:33:59 +00:00
|
|
|
"url": "git+https://gitlab.com/pushrocks/smartssh.git"
|
2016-04-24 21:47:26 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"SSH",
|
|
|
|
"ENV",
|
|
|
|
"base64"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-06-13 22:33:59 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/smartssh/issues"
|
2016-04-24 21:47:26 +00:00
|
|
|
},
|
2016-06-13 22:33:59 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartssh#readme",
|
2016-04-25 02:06:20 +00:00
|
|
|
"dependencies": {
|
2022-10-11 11:05:29 +00:00
|
|
|
"@pushrocks/smartfile": "^10.0.5",
|
|
|
|
"@pushrocks/smartpath": "^5.0.5",
|
2019-07-17 09:48:31 +00:00
|
|
|
"@pushrocks/smartpromise": "^3.0.2",
|
|
|
|
"@pushrocks/smartshell": "^2.0.23",
|
2022-10-11 11:05:29 +00:00
|
|
|
"@pushrocks/smartstring": "^4.0.5",
|
|
|
|
"@types/fs-extra": "^9.0.13",
|
|
|
|
"@types/minimatch": "^5.1.2",
|
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
"minimatch": "^5.1.0"
|
2016-04-25 02:06:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-07-17 09:48:31 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.11",
|
|
|
|
"@gitzone/tsrun": "^1.2.6",
|
|
|
|
"@gitzone/tstest": "^1.0.24",
|
2022-10-11 11:05:29 +00:00
|
|
|
"@pushrocks/tapbundle": "^5.0.4",
|
|
|
|
"@types/node": "^18.8.4"
|
2019-07-17 09:48:31 +00:00
|
|
|
},
|
|
|
|
"files": [
|
2022-10-11 11:05:29 +00:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-07-17 09:48:31 +00:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2022-10-11 11:05:29 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2019-07-17 09:48:31 +00:00
|
|
|
]
|
2022-10-11 11:05:30 +00:00
|
|
|
}
|