UNPKG

@andrewwlane/ssh-keygen2

Version:

Automate ssh-keygen command for generating RSA keypairs

41 lines 956 B
{ "name": "@andrewwlane/ssh-keygen2", "type": "module", "version": "2.0.5", "description": "Automate ssh-keygen command for generating RSA keypairs", "main": "index.js", "devDependencies": { "c8": "10.1.3", "chai": "6.2.1", "eslint": "9.39.1", "mocha": "11.7.5", "prettier": "3.6.2", "sinon": "21.0.0" }, "scripts": { "lint": "npx eslint", "test": "mocha --timeout 10000", "coverage": "c8 --reporter=lcovonly mocha", "format": "prettier --write **/*.js" }, "repository": { "type": "git", "url": "git://github.com/AndrewLane/ssh-keygen2.git" }, "homepage": "https://github.com/AndrewLane/ssh-keygen2", "keywords": [ "rsa", "encryption", "crypto", "keypair", "ssh", "pubkey", "randomart", "pem" ], "author": "Andrew Lane <andrew.w.lane@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/AndrewLane/ssh-keygen2/issues" } }