UNPKG

node-tls-client-kgb

Version:

Advanced library based on node-fetch and tls-client.

41 lines (40 loc) 879 B
{ "name": "node-tls-client-kgb", "version": "2.1.6", "description": "Advanced library based on node-fetch and tls-client.", "main": "dist/index.js", "typings": "typings/index.d.ts", "repository": "https://github.com/Sahil1337/node-tls-client", "author": "Sahil1337", "license": "GPL-3.0", "private": false, "scripts": { "build": "tsc", "docs": "typedoc --out docs src/index.ts" }, "keywords": [ "tls-client", "node-tls-client", "javascript", "typescript", "tls client", "tls", "cloudflare" ], "devDependencies": { "@types/node": "^20.12.12", "@types/tough-cookie": "^4.0.5", "typedoc": "^0.25.13", "typescript": "^5.4.5" }, "dependencies": { "koffi": "^2.8.9", "tough-cookie": "^4.1.4", "tslib": "^2.6.2", "workerpool": "^9.2.0" }, "files": [ "dist", "typings" ] }