{ "name": "rsa-csr", "version": "1.0.6", "description": "💯 A focused, zero-dependency library to generate a Certificate Signing Request (CSR) and sign it!", "homepage": "https://git.coolaj86.com/coolaj86/rsa-csr.js", "main": "index.js", "bin": { "rsa-csr": "bin/rsa-csr.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/rsa-csr.js" }, "keywords": [ "zero-dependency", "CSR", "RSA", "x509" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0" }