Files
med-notes/.pnpm-store/v10/files/e1/589abaf7b1840d6af86a6c29906c2ae073c2fbaf7efad6de9a46686518c04581b198301fe1912781920b54498adb6cf28855f2db66dfe1fde356014c5a0951
2025-05-09 05:30:08 +02:00

21 lines
534 B
Plaintext

{
"name": "eslint-plugin-react-refresh",
"description": "Validate that your components can safely be updated with Fast Refresh",
"version": "0.4.19",
"type": "commonjs",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",
"license": "MIT",
"repository": "github:ArnaudBarre/eslint-plugin-react-refresh",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"eslint",
"eslint-plugin",
"react",
"react-refresh",
"fast refresh"
],
"peerDependencies": {
"eslint": ">=8.40"
}
}