{
  "name": "@cto.af/ca",
  "version": "1.1.1",
  "decription": "Minimal certificate authority suitable only for localhost testing.",
  "main": "lib/index.js",
  "files": [
    "bin/*",
    "lib/*"
  ],
  "type": "module",
  "bin": {
    "cto-af-ca": "bin/cto-af-ca.js"
  },
  "keywords": [
    "certificate",
    "authority",
    "localhost",
    "X.509",
    "PKCS",
    "PEM"
  ],
  "author": "Joe Hildebrand <joe-github@cursive.net>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cto-af/ca.git"
  },
  "homepage": "https://github.com/cto-af/ca#readme",
  "bugs": {
    "url": "https://github.com/cto-af/ca/issues"
  },
  "dependencies": {
    "@cto.af/log": "1.0.0",
    "commander": "14.0.0",
    "env-paths": "3.0.0",
    "filenamify": "6.0.0",
    "jsrsasign": "11.1.0"
  },
  "packageManager": "pnpm@10.11.0",
  "engines": {
    "node": ">=20"
  }
}
