{ "name": "jwk-to-ssh", "version": "1.2.0", "description": "💯 JWK to SSH in a lightweight, zero-dependency library.", "homepage": "https://git.coolaj86.com/coolaj86/jwk-to-ssh.js", "main": "index.js", "bin": { "jwk-to-ssh": "bin/jwk-to-ssh.js" }, "files": [ "bin", "fixtures", "lib" ], "directories": { "lib": "lib" }, "scripts": { "postinstall": "node lib/telemetry.js event:install", "test": "bash test.sh" }, "repository": { "type": "git", "url": "https://git.coolaj86.com/coolaj86/jwk-to-ssh.js" }, "keywords": [ "zero-dependency", "JWK-to-SSH", "RSA", "EC", "SSH", "JWK", "ECDSA" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0" }