{
"name": "foxguard",
"version": "0.12.0",
"description": "A security scanner as fast as a linter, written in Rust. 200+ built-in rules across 12 source languages.",
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/0sec-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"
},
"scripts": {
"test": "node test/foxguard.test.js"
}
}