ssh2-custom
Version:
A custom package for the ssh2 library with pre-built native modules.
26 lines (25 loc) • 646 B
JSON
{
"name": "ssh2-custom",
"version": "1.3.0",
"description": "A custom package for the ssh2 library with pre-built native modules.",
"main": "index.js",
"type:": "module",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/SaharAvr/ssh2-custom.git"
},
"author": "SaharAvr <64190984+SaharAvr@users.noreply.github.com>",
"license": "ISC",
"keywords": [
"ssh",
"ssh2",
"native-modules",
"pre-built",
"custom-package"
],
"bugs": {
"url": "https://github.com/SaharAvr/ssh2-custom/issues"
},
"homepage": "https://github.com/SaharAvr/ssh2-custom#readme"
}