File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-doctor" ,
33 "private" : true ,
4+ "repository" : {
5+ "type" : " git" ,
6+ "url" : " https://github.com/aidenybai/react-doctor.git"
7+ },
8+ "homepage" : " https://github.com/aidenybai/react-doctor#readme" ,
9+ "bugs" : {
10+ "url" : " https://github.com/aidenybai/react-doctor/issues"
11+ },
412 "scripts" : {
513 "dev" : " pnpm --filter react-doctor run dev" ,
614 "build" : " pnpm --filter react-doctor run build" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-doctor" ,
33 "version" : " 0.0.13" ,
4+ "description" : " Diagnose and fix performance issues in your React app" ,
5+ "author" : " Aiden Bai" ,
6+ "license" : " MIT" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " https://github.com/aidenybai/react-doctor.git" ,
10+ "directory" : " packages/react-doctor"
11+ },
12+ "homepage" : " https://github.com/aidenybai/react-doctor#readme" ,
13+ "bugs" : {
14+ "url" : " https://github.com/aidenybai/react-doctor/issues"
15+ },
16+ "keywords" : [
17+ " react" ,
18+ " performance" ,
19+ " diagnostics" ,
20+ " linter" ,
21+ " nextjs"
22+ ],
423 "bin" : {
524 "react-doctor" : " ./dist/cli.js"
625 },
You can’t perform that action at this time.
0 commit comments