-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "got-tls",
"version": "1.0.6",
"description": "A node websocket api version of https://github.com/Carcraftz/TLS-Fingerprint-API to spoof TLS fingerprint to prevent your requests from being fingerprinted. \r > im fairly new to golang / websockets pull requests are welcome",
"main": "dist/index.js",
"files": [
"/dist"
],
"scripts": {
"build": "tsc",
"start": "ts-node src/index.ts",
"test": "jest"
},
"keywords": [
"tls",
"utls",
"ja3",
"antibot",
"fingerprint",
"spoof",
"bot",
"sneakers"
],
"repository": "evade99/got-tls",
"homepage": "https://github.com/evade99/got-tls#readme",
"bugs": {
"url": "https://github.com/evade99/got-tls/issues"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.10.1",
"@types/pubsub-js": "^1.8.3",
"husky": "^7.0.2",
"jest": "^27.2.4",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"dependencies": {
"@types/tough-cookie": "^4.0.1",
"form-data-encoder": "^1.6.0",
"get-port": "^5.1.1",
"pubsub-js": "^1.9.3",
"tough-cookie": "^4.0.0",
"uuid": "^8.3.2",
"uuidv4": "^6.2.12",
"websocket": "^1.0.34"
},
"directories": {
"test": "tests"
},
"author": "evade99"
}