node-tls-client-snikes
Version:
Advanced library based on node-fetch and tls-client.
43 lines (42 loc) • 973 B
JSON
{
"name": "node-tls-client-snikes",
"version": "2.1.0",
"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",
"test": "npm run build && node test-ip.js"
},
"keywords": [
"tls-client",
"node-tls-client",
"javascript",
"typescript",
"tls client",
"tls",
"cloudflare"
],
"devDependencies": {
"@types/node": "^20.12.12",
"@types/tough-cookie": "^4.0.5",
"@types/cookie-parser": "^1.4.9",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
},
"dependencies": {
"cookie-parser": "^1.4.7",
"koffi": "^2.8.9",
"piscina": "^5.1.1",
"tough-cookie": "^4.1.4"
},
"files": [
"dist",
"typings"
]
}