mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
28 lines
707 B
JSON
28 lines
707 B
JSON
{
|
|
"name": "react-compiler-healthcheck",
|
|
"version": "0.0.0-experimental-7054a14-20240601",
|
|
"description": "Health check script to test violations of the rules of react.",
|
|
"bin": {
|
|
"react-compiler-healthcheck": "dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
|
|
"test": "echo 'no tests'"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/parser": "^7.24.4",
|
|
"chalk": "4",
|
|
"fast-glob": "^3.3.2",
|
|
"ora": "5.4.1",
|
|
"yargs": "^17.7.2",
|
|
"zod": "^3.22.4",
|
|
"zod-validation-error": "^3.0.3"
|
|
},
|
|
"devDependencies": {},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|