UNPKG

@incizzle/mytls

Version:

Mimic TLS/JA3 fingerprint inside Node with help from Go

45 lines (44 loc) 1.31 kB
{ "name": "@incizzle/mytls", "version": "1.0.11", "description": "Mimic TLS/JA3 fingerprint inside Node with help from Go", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "zeddev", "scripts": { "build": "tsc", "build:windows": "cross-env GOOS=windows go build -o ./dist/index.exe ./golang", "build:linux": "cross-env GOOS=linux go build -o ./dist/index ./golang && chmod +x ./dist/index", "build:mac": "cross-env GOOS=darwin go build -o ./dist/index-mac ./golang && chmod +x ./dist/index-mac", "prepare": "npm run build && npm run build:windows && npm run build:linux && npm run build:mac" }, "repository": { "type": "git", "directory": "git+https://github.com/zedd3v/mytls.git" }, "keywords": [ "mytls", "utls", "ja3", "spoof", "fingerprint", "mimic" ], "license": "MIT", "bugs": { "url": "https://github.com/zedd3v/mytls/issues" }, "homepage": "https://github.com/zedd3v/mytls#readme", "dependencies": { "ws": "^7.3.1" }, "devDependencies": { "@types/ws": "^7.2.6", "@typescript-eslint/eslint-plugin": "^3.6.1", "@typescript-eslint/parser": "^3.6.1", "cross-env": "^7.0.2", "eslint": "^7.4.0", "eslint-plugin-prefer-arrow": "^1.2.1", "typescript": "^3.9.7" } }