eckles.js/package.json

43 lines
945 B
JSON

{
"name": "eckles",
"version": "1.4.0",
"description": "💯 PEM-to-JWK and JWK-to-PEM (and SSH) for ECDSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.",
"homepage": "https://git.coolaj86.com/coolaj86/eckles.js",
"main": "index.js",
"bin": {
"eckles": "bin/eckles.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/eckles.js"
},
"keywords": [
"zero-dependency",
"JWK-to-PEM",
"PEM-to-JWK",
"ECDSA",
"EC",
"SSH-to-JWK",
"JWK-to-SSH",
"p-256",
"prime256v1",
"secp256r1",
"p-384",
"secp384r1"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
}