sslko
Version:
A simple tool to check SSL/TLS certificate information for a given domain.
52 lines (51 loc) • 1.11 kB
JSON
{
"name": "sslko",
"version": "2.0.2",
"description": "A simple tool to check SSL/TLS certificate information for a given domain.",
"repository": "OzzyCzech/sslko",
"author": "Roman Ožana <roman@ozana.cz>",
"keywords": [
"ssl",
"ssl-check",
"ssl-certificate",
"ssl-tls",
"tls",
"certificate",
"domain",
"check",
"nodejs"
],
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"website": "https://ozzyczech.github.io/sslko/",
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && tsc",
"release": "np",
"prepare": "npm run build",
"test": "tsc --noEmit && vitest",
"format": "biome check --write .",
"format:check": "biome check .",
"docs": "typedoc"
},
"devDependencies": {
"@biomejs/biome": "^2.2.0",
"@ozzyczech/tsconfig": "^1.0.0",
"@types/node": "^24.3.0",
"@types/node-forge": "^1.3.13",
"np": "^10.2.0",
"tsx": "^4.20.4",
"typedoc": "^0.28.10",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"dependencies": {}
}