react-code-validator
Version:
A CLI tool to validate React code for best practices, performance, and accessibility.
36 lines (35 loc) • 765 B
JSON
{
"name": "react-code-validator",
"version": "1.0.21",
"type": "module",
"description": "A CLI tool to validate React code for best practices, performance, and accessibility.",
"main": "index.js",
"bin": {
"react-validate": "./index.js"
},
"scripts": {
"test": "node index.js --help"
},
"keywords": [
"react",
"cli",
"eslint",
"validator",
"code quality",
"jsx",
"a11y",
"hooks"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"chalk": "^5.4.1",
"commander": "^13.1.0",
"eslint": "^9.20.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"fs-extra": "^11.3.0",
"prettier": "^3.5.1"
}
}