{
  "name": "@push.rocks/smartacme",
  "version": "9.5.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": "^2.0.0",
    "@push.rocks/lik": "^6.4.0",
    "@push.rocks/smartdata": "^7.1.3",
    "@push.rocks/smartdelay": "^3.0.5",
    "@push.rocks/smartdns": "^7.9.0",
    "@push.rocks/smartlog": "^3.2.1",
    "@push.rocks/smartnetwork": "^4.5.2",
    "@push.rocks/smartstring": "^4.1.0",
    "@push.rocks/smarttime": "^4.2.3",
    "@push.rocks/smartunique": "^3.0.9",
    "@push.rocks/taskbuffer": "^8.0.2",
    "@tsclass/tsclass": "^9.5.0",
    "reflect-metadata": "^0.2.2"
  },
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.0",
    "@git.zone/tsrun": "^2.0.2",
    "@git.zone/tstest": "^3.6.3",
    "@push.rocks/qenv": "^6.1.3",
    "@types/node": "^25.5.0"
  },
  "files": [
    "ts/**/*",
    "ts_*/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    ".smartconfig.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
  "pnpm": {
    "overrides": {}
  }
}
