{
"name": "react-auditor",
"version": "0.3.1",
"description": "A blazing-fast Rust CLI to scan JS/TS/React code for best practices, quality, and security issues",
"bin": {
"react-auditor": "./wrapper.js"
},
"files": [
"wrapper.js",
"react-auditor-*"
],
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/chesteralan/react-auditor"
},
"keywords": [
"react",
"linter",
"audit",
"best-practices",
"code-quality",
"security",
"performance",
"accessibility",
"typescript"
],
"author": "chesteralan",
"license": "MIT"
}