{
  "type": "module",
  "name": "@hazae41/echalote",
  "version": "0.4.18",
  "author": "hazae41",
  "license": "MIT",
  "description": "Zero-copy Tor protocol for the web",
  "homepage": "https://github.com/hazae41/echalote",
  "repository": "github:hazae41/echalote",
  "main": "./dist/cjs/src/index.cjs",
  "module": "./dist/esm/src/index.mjs",
  "types": "./dist/types/index.d.ts",
  "sideEffects": false,
  "files": [
    "./dist/esm",
    "./dist/cjs",
    "./dist/types"
  ],
  "scripts": {
    "macro": "saumon build -r ./src",
    "build": "rimraf dist && rollup -c",
    "test": "node ./dist/test/index.test.mjs",
    "bench": "node ./dist/bench/index.bench.mjs",
    "fallbacks": "cd ./tools/fallbacks && deno run -A ./parser.ts && deno fmt ./fallbacks.json",
    "prepare": "npm run build"
  },
  "peerDependencies": {
    "@hazae41/aes.wasm": "^1.0.0",
    "@hazae41/base16": "^1.0.18",
    "@hazae41/base64": "^1.0.15",
    "@hazae41/ed25519": "^2.1.21",
    "@hazae41/rsa.wasm": "^1.0.10",
    "@hazae41/sha1": "^1.1.14",
    "@hazae41/x25519": "^2.2.9"
  },
  "dependencies": {
    "@hazae41/asn1": "^1.3.31",
    "@hazae41/binary": "^1.3.5",
    "@hazae41/bitset": "^1.0.1",
    "@hazae41/bytes": "^1.2.11",
    "@hazae41/cadenas": "^0.4.2",
    "@hazae41/cascade": "^2.2.2",
    "@hazae41/cursor": "^1.2.4",
    "@hazae41/fleche": "^1.4.5",
    "@hazae41/future": "^1.0.3",
    "@hazae41/kcp": "^1.1.3",
    "@hazae41/mutex": "^2.1.0",
    "@hazae41/option": "^1.1.4",
    "@hazae41/plume": "^3.0.5",
    "@hazae41/smux": "^1.1.3",
    "@hazae41/x509": "^1.2.10"
  },
  "devDependencies": {
    "@hazae41/deimos": "^1.0.6",
    "@hazae41/phobos": "^1.0.10",
    "@hazae41/rimraf": "^1.0.1",
    "@hazae41/saumon": "^0.2.14",
    "@rollup/plugin-inject": "^5.0.5",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/node": "^22.5.3",
    "rollup": "^4.21.2",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-node-externals": "^7.1.3",
    "tslib": "^2.7.0",
    "typescript": "^5.5.4"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/src/index.mjs",
      "require": "./dist/cjs/src/index.cjs"
    }
  },
  "keywords": [
    "tor",
    "onion",
    "protocol",
    "browser",
    "buffer",
    "stream",
    "streaming",
    "http",
    "https",
    "privacy",
    "tls",
    "packets",
    "binary",
    "encoding",
    "decoding",
    "compression",
    "cryptography",
    "crypto",
    "typescript",
    "esmodules",
    "tested",
    "unit-tested"
  ]
}
