@small-tech/node-pebble
Version:
A Node.js wrapper for Let’s Encrypt’s Pebble (“a small RFC 8555 ACME test server not suited for a production certificate authority”).
69 lines (68 loc) • 1.59 kB
JSON
{
"name": "@small-tech/node-pebble",
"version": "5.5.2",
"description": "A Node.js wrapper for Let’s Encrypt’s Pebble (“a small RFC 8555 ACME test server not suited for a production certificate authority”).",
"type": "module",
"main": "index.js",
"files": [
"lib",
"bin/post-install.js",
"bin/test",
"index.d.ts"
],
"os": [
"linux",
"darwin",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"funding": {
"type": "foundation",
"url": "https://small-tech.org/fund-us/"
},
"keywords": [
"pebble",
"acme",
"le",
"let's encrypt",
"tls",
"rfc 8555"
],
"scripts": {
"postinstall": "bin/post-install.js",
"test": "QUIET=true esm-tape-runner test/*.js | tap-monkey",
"coverage": "QUIET=true c8 esm-tape-runner test/*.js | tap-monkey",
"test-debug": "tape test/*.js | tap-monkey",
"coverage-debug": "nyc tape test/*.js | tap-monkey"
},
"c8": {
"exclude": [
"lib/util/*.js",
"test/*.js"
]
},
"homepage": "https://codeberg.org/small-tech/node-pebble",
"bugs": "https://codeberg.org/small-tech/node-pebble/issues",
"repository": {
"type": "git",
"url": "https://codeberg.org/small-tech/node-pebble"
},
"author": {
"name": "Aral Balkan",
"email": "aral@small-tech.org",
"url": "https://ar.al"
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"tar": "^7.5.2"
},
"devDependencies": {
"@small-tech/esm-tape-runner": "^1.0.3",
"@small-tech/tap-monkey": "^1.4.0",
"c8": "^10.1.3",
"tape": "^5.9.0"
}
}