{ "name": "ecdsa-csr", "version": "1.1.1", "description": "A focused, zero-dependency library to generate a Certificate Signing Request (CSR) and sign it!", "main": "index.js", "bin": { "ecdsa-csr": "bin/ecdsacsr.js" }, "directories": { "lib": "lib" }, "scripts": { "postinstall": "node lib/telemetry.js event:install", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.coolaj86.com/coolaj86/ecdsa-csr.js" }, "keywords": [ "zero-dependency", "csr", "ecdsa", "ec", "pem" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0" }