88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"name": "@push.rocks/smartacme",
|
|
"version": "9.2.0",
|
|
"private": false,
|
|
"description": "A TypeScript-based ACME client and server for certificate management with built-in CA, supporting LetsEncrypt and custom ACME authorities.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/ --verbose --logfile --timeout 600)",
|
|
"build": "(tsbuild tsfolders)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartacme.git"
|
|
},
|
|
"keywords": [
|
|
"ACME",
|
|
"LetsEncrypt",
|
|
"TypeScript",
|
|
"certificate management",
|
|
"certificate authority",
|
|
"ACME server",
|
|
"PKI",
|
|
"DNS challenges",
|
|
"SSL/TLS",
|
|
"secure communication",
|
|
"domain validation",
|
|
"automation",
|
|
"crypto",
|
|
"MongoDB",
|
|
"dns-01 challenge",
|
|
"http-01 challenge",
|
|
"token-based challenges",
|
|
"certificate renewal",
|
|
"wildcard certificates",
|
|
"RFC 8555"
|
|
],
|
|
"author": "Task Venture Capital GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://code.foss.global/push.rocks/smartacme/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartacme#readme",
|
|
"dependencies": {
|
|
"@apiclient.xyz/cloudflare": "^7.1.0",
|
|
"@peculiar/x509": "^1.14.3",
|
|
"@push.rocks/lik": "^6.3.1",
|
|
"@push.rocks/smartdata": "^7.1.0",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartdns": "^7.9.0",
|
|
"@push.rocks/smartlog": "^3.2.1",
|
|
"@push.rocks/smartnetwork": "^4.4.0",
|
|
"@push.rocks/smartstring": "^4.1.0",
|
|
"@push.rocks/smarttime": "^4.2.3",
|
|
"@push.rocks/smartunique": "^3.0.9",
|
|
"@push.rocks/taskbuffer": "^6.1.2",
|
|
"@tsclass/tsclass": "^9.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.3.0",
|
|
"@git.zone/tsrun": "^2.0.1",
|
|
"@git.zone/tstest": "^3.4.0",
|
|
"@push.rocks/qenv": "^6.1.3",
|
|
"@types/node": "^25.5.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_*/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
|
|
"pnpm": {
|
|
"overrides": {}
|
|
}
|
|
}
|