Files
react/compiler/packages/react-forget-runtime/package.json
T
2024-04-03 18:12:29 -04:00

18 lines
344 B
JSON

{
"name": "react-forget-runtime",
"version": "0.0.1",
"description": "Runtime for React Forget",
"license": "MIT",
"main": "dist/index.js",
"files": [
"src"
],
"dependencies": {
"react": "^18.2.0"
},
"scripts": {
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
"test": "echo 'no tests'"
}
}