rsc-superjson
Version:
A superjson wrapper for React Server Components (RSC) and Next.js
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "rsc-superjson",
"version": "1.0.4",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build && cp ../README.md ./README.md",
"postpublish": "rm README.md"
},
"keywords": [
"react",
"component",
"typescript",
"superjson",
"rsc",
"next.js",
"Decimal",
"prisma"
],
"author": "Dominik Finkbeiner",
"repository": "https://github.com/Finkes/rsc-superjson",
"license": "MIT",
"description": "A superjson wrapper for React Server Components (RSC) and Next.js",
"devDependencies": {
"@types/hoist-non-react-statics": "^3.3.6",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"prettier": "3.5.3",
"superjson": "^2.2.2",
"typescript": "^5.8.2"
},
"dependencies": {
"hoist-non-react-statics": "^3.3.2"
},
"peerDependencies": {
"superjson": "^2.2.2"
}
}