UNPKG

@andrewwlane/ssh-keygen2

Version:

Automate ssh-keygen command for generating RSA keypairs

41 lines 965 B
{ "name": "@andrewwlane/ssh-keygen2", "type": "module", "version": "2.0.0", "description": "Automate ssh-keygen command for generating RSA keypairs", "main": "index.js", "devDependencies": { "chai": "5.1.1", "eslint": "9.5.0", "mocha": "10.4.0", "nyc": "17.0.0", "prettier": "3.3.2", "sinon": "18.0.0" }, "scripts": { "lint": "npx eslint **/*.js", "test": "mocha --timeout 10000", "coverage": "nyc --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" } }