{
"name": "foxguard",
"version": "0.7.0",
"description": "Security scanner as fast as a linter. 170+ built-in rules, 10 languages, sub-second scans.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PwnKit-Labs/foxguard.git"
},
"homepage": "https://foxguard.dev",
"keywords": [
"security",
"linter",
"static-analysis",
"sast",
"vulnerability",
"scanner"
],
"bin": {
"foxguard": "bin/foxguard"
},
"files": [
"bin/",
"README.md"
],
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"engines": {
"node": ">=14"
}
}