Files

19 lines
462 B
JSON

{
"name": "agentjacking-shield",
"version": "1.0.0",
"description": "Detect and block agentjacking attacks that trick AI coding agents into running malicious code",
"type": "module",
"scripts": {
"build": "vite build",
"test": "vitest run",
"dev": "vite"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@types/chrome": "^0.0.268",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0"
}
}