{
	"name": "responsive-rsc",
	"version": "0.0.7",
	"description": "Render cached React Server Components when visiting same search params in page for highly responsive UI",
	"main": "dist/index.js",
	"module": "dist/index.mjs",
	"types": "dist/index.d.ts",
	"scripts": {
		"build": "tsup",
		"typecheck": "tsc --noEmit"
	},
	"keywords": [
		"RSC",
		"Server components",
		"Responsive RSC",
		"Cache RSC"
	],
	"author": "Manan Tank",
	"license": "MIT",
	"devDependencies": {
		"@changesets/cli": "^2.27.12",
		"@types/react": "^19",
		"next": ">=13",
		"react": ">=18",
		"tsup": "^8.3.6",
		"typescript": "^5.7.3"
	},
	"peerDependencies": {
		"next": ">=13",
		"react": ">=18"
	}
}