{
    "name": "tlsclientwrapper",
    "version": "3.2.0",
    "main": "src/index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "description": "A wrapper for `bogdanfinn/tls-client` based on ffi-rs for unparalleled performance and usability. Inspired by @dryft/tlsclient",
    "type": "module",
    "author": "DemonMartin",
    "license": "ISC",
    "dependencies": {
        "koffi": "^2.9.0",
        "node-fetch": "^3.3.2",
        "piscina": "^5.0.0-alpha.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/DemonMartin/tlsClient.git"
    },
    "bugs": {
        "url": "https://github.com/DemonMartin/tlsClient/issues"
    },
    "homepage": "https://github.com/DemonMartin/tlsClient#readme",
    "keywords": [
        "tls",
        "client",
        "https",
        "http",
        "request",
        "get",
        "post",
        "put",
        "delete",
        "patch",
        "head",
        "options",
        "trace",
        "connect",
        "tlsclient",
        "tls-client",
        "tls_client",
        "requests",
        "httprequests",
        "client",
        "fingerprints"
    ],
    "devDependencies": {
        "axios": "^1.7.9"
    }
}
