shieldai
Version:
AI-powered code security analysis and automated fixing tool powered by Google's Generative AI
49 lines • 1.18 kB
JSON
{
"name": "shieldai",
"version": "1.0.0",
"description": "AI-powered code security analysis and automated fixing tool powered by Google's Generative AI",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"shieldai": "./index.js"
},
"keywords": [
"security",
"ai",
"code-analysis",
"vulnerability-detection",
"security-scanning",
"code-security",
"automated-fixing",
"gemini-ai",
"security-agent"
],
"author": {
"name": "Vansh Goyal",
"email": "vanshgoyal9528@gmail.com",
"url": "https://github.com/Vanshgoyal000"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VanshGoyal000/ShieldAi.git"
},
"bugs": {
"url": "https://github.com/VanshGoyal000/ShieldAi.git/issues"
},
"homepage": "https://github.com/VanshGoyal000/ShieldAi.git#readme",
"dependencies": {
"@google/generative-ai": "^0.2.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"inquirer": "^8.2.6",
"ora": "^5.4.1",
"readline-sync": "^1.4.10"
},
"engines": {
"node": ">=14.0.0"
}
}