main
json 33 lines 890 Bytes
Raw
1 {
2 "name": "react-compiler-healthcheck",
3 "version": "0.0.0-experimental-ab3118d-20240725",
4 "description": "Health check script to test violations of the rules of react.",
5 "bin": {
6 "react-compiler-healthcheck": "dist/index.js"
7 },
8 "scripts": {
9 "build": "rimraf dist && tsup",
10 "test": "echo 'no tests'",
11 "watch": "yarn build --watch"
12 },
13 "dependencies": {
14 "@babel/core": "^7.24.4",
15 "@babel/parser": "^7.24.4",
16 "chalk": "4",
17 "fast-glob": "^3.3.2",
18 "ora": "5.4.1",
19 "yargs": "^17.7.2",
20 "zod": "^3.25.0 || ^4.0.0",
21 "zod-validation-error": "^3.5.0 || ^4.0.0"
22 },
23 "devDependencies": {},
24 "engines": {
25 "node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
26 },
27 "license": "MIT",
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/react/react.git",
31 "directory": "compiler/packages/react-compiler-healthcheck"
32 }
33 }