{
  "name": "@knapsack/https",
  "description": "Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Express.js, etc.) using mkcert.",
  "version": "4.80.14",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js"
    },
    "./package": "./package.json",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsc",
    "build-inc": "tsc",
    "clean": "rm -rf dist",
    "lint": "eslint ./",
    "start": "tsc --watch"
  },
  "dependencies": {
    "@knapsack/utils": "4.80.14",
    "chalk": "^4.1.2",
    "fs-extra": "^11.3.0",
    "internal-ip": "^6.2.0",
    "syswide-cas": "^5.3.0"
  },
  "devDependencies": {
    "@knapsack/eslint-config-starter": "4.80.14",
    "@knapsack/typescript-config-starter": "4.80.14",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.17.57",
    "eslint": "^8.57.0",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "auto encrypt",
    "automatic",
    "https",
    "knapsack",
    "localhost",
    "mkcert",
    "tls"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "https://github.com/knapsack-labs/app-monorepo",
    "directory": "libs/https",
    "type": "git"
  },
  "gitHead": "8801ca99b31f7643fd898558593cfc78b4e7465f"
}
