@certnode/sdk
Version:
Minimal Node SDK for CertNode receipt verification
50 lines (49 loc) • 1.14 kB
JSON
{
"name": "@certnode/sdk",
"version": "1.0.7",
"description": "Minimal Node SDK for CertNode receipt verification",
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"require": "./index.js",
"types": "./index.d.ts"
}
},
"engines": {
"node": ">=20.0.0"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/srbryant86/certnode/tree/main/sdk/node",
"bugs": {
"url": "https://github.com/srbryant86/certnode/issues"
},
"scripts": {
"pack": "npm pack",
"publish:dry-run": "npm publish --dry-run"
},
"keywords": [
"certnode",
"receipt",
"verification",
"es256",
"ecdsa",
"jws",
"cryptography"
],
"author": "CertNode",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/srbryant86/certnode.git",
"directory": "sdk/node"
},
"files": [
"index.js",
"index.d.ts",
"README.md"
]
}