Files
react/compiler/packages/react-forget-runtime/package.json

17 lines
270 B
JSON

{
"name": "react-forget-runtime",
"version": "0.0.1",
"description": "Runtime for React Forget",
"license": "MIT",
"files": [
"src"
],
"dependencies": {
"react": "^18.2.0"
},
"scripts": {
"build": "tsc",
"test": "echo 'no tests'"
}
}