{
  "name": "bare-https",
  "version": "3.0.0",
  "description": "HTTPS library for JavaScript",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./package": "./package.json"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib"
  ],
  "scripts": {
    "format": "prettier --write . && lunte --fix",
    "lint": "prettier --check . && lunte",
    "test": "brittle-bare --coverage test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/bare-https.git"
  },
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/bare-https/issues"
  },
  "homepage": "https://github.com/holepunchto/bare-https#readme",
  "dependencies": {
    "bare-http1": "^4.4.0",
    "bare-tcp": "^2.2.0",
    "bare-tls": "^3.0.0"
  },
  "devDependencies": {
    "bare-fs": "^4.0.0",
    "brittle": "^3.3.0",
    "lunte": "^1.7.0",
    "prettier": "^3.4.1",
    "prettier-config-holepunch": "^2.0.0"
  }
}
