UNPKG

@metcoder95/https-pem

Version:

Self-signed PEM key and certificate ready for use in your HTTPS server (fork from https-pem)

76 lines (75 loc) 1.64 kB
{ "name": "@metcoder95/https-pem", "version": "1.0.0", "description": "Self-signed PEM key and certificate ready for use in your HTTPS server (fork from https-pem)", "main": "index.js", "types": "index.d.ts", "scripts": { "postinstall": "node install.js", "clean": "rm -rf *.pem", "lint": "standard", "lint:ci": "standard | snazzy", "test": "node tests/index.js", "test:ts": "tsd", "release": "standard-version --no-verify" }, "repository": { "type": "git", "url": "git+https://github.com/metcoder95/https-pem.git" }, "engines": { "node": ">=20" }, "keywords": [ "tls", "https", "pem", "key", "keys", "cert", "certificate", "selfsigned", "self-signed", "development", "options", "server" ], "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)", "contributors": [ { "name": "Carlos Fuentes", "email": "me@metcoder.dev", "url": "https://bsky.app/profile/metcoder.dev" } ], "license": "MIT", "bugs": { "url": "https://github.com/metcoder95/https-pem/issues" }, "homepage": "https://github.com/metcoder95/https-pem#readme", "dependencies": { "selfsigned": "^3.0.1" }, "devDependencies": { "@types/node": "^24.2.0", "snazzy": "^9.0.0", "standard": "^17.0.0", "standard-version": "^9.5.0", "tsd": "^0.33.0", "typescript": "^5.9.2", "undici": "^7.13.0" }, "tsd": { "directory": "test" }, "standard": { "ignore": [ "*.d.ts", "*.test-d.ts" ] }, "coordinates": [ 55.7774667, 12.5906882 ] }