Files
2025-05-15 13:32:55 +10:00

49 lines
1021 B
JSON

{
"name": "rehackt",
"version": "0.1.0",
"description": "A wrapper around React that will hide hooks from the React Server Component compiler",
"author": "Lenz Weber-Tronic",
"repository": {
"type": "git",
"url": "git+https://github.com/phryneas/rehackt.git"
},
"homepage": "https://github.com/phryneas/rehackt",
"license": "MIT",
"main": "index.js",
"exports": {
".": {
"types": "./index.d.ts",
"react-server": "./rsc.js",
"default": "./index.js"
},
"./package.json": "./package.json"
},
"files": [
"index.js",
"index.d.ts",
"rsc.js",
"package.json",
"README.md",
"LICENSE.md"
],
"peerDependencies": {
"@types/react": "*",
"react": "*"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"@types/react": {
"optional": true
}
},
"devDependencies": {
"@types/node": "^20.5.7",
"react": "^19.0.0-canary-33a32441e9-20240418"
},
"prettier": {
"printWidth": 120
}
}