-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.35 KB
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
{
"name": "trace-guard",
"version": "3.8.0",
"description": "Zero-config adversarial AI-agent firewall using hardware attestation, logic traps, and environment gaslighting.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/tirupmehta/trace-guard.git"
},
"bugs": {
"url": "https://github.com/tirupmehta/trace-guard/issues"
},
"homepage": "https://github.com/tirupmehta/trace-guard#readme",
"files": [
"dist/src",
"README.md",
"SECURITY.md",
"CHANGELOG.md"
],
"funding": {
"type": "individual",
"url": "https://github.com/tirupmehta/trace-guard"
},
"scripts": {
"test": "jest",
"build": "tsc",
"prepublishOnly": "npm run build && npm test",
"benchmark": "npx ts-node scripts/benchmark.ts"
},
"keywords": [
"bot-detection",
"ai-agent-detection",
"human-verification",
"anti-bot",
"security",
"middleware",
"captcha-alternative",
"mouse-tracking",
"behavioral-analysis",
"tls-fingerprinting"
],
"author": "Tirup Mehta <[email protected]>",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^25.6.0",
"jest": "^30.3.0",
"playwright": "^1.62.1",
"ts-jest": "^29.4.9",
"typescript": "^5.6.3"
}
}