mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
82137ec184
ghstack-source-id: c6c825f5efdb4f9c413050b22b7713966871338c Pull Request resolved: https://github.com/facebook/react-forget/pull/2931
18 lines
348 B
JSON
18 lines
348 B
JSON
{
|
|
"name": "react-compiler-runtime",
|
|
"version": "0.0.1",
|
|
"description": "Runtime for React Compiler",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"dependencies": {
|
|
"react": "^18.2.0"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
|
|
"test": "echo 'no tests'"
|
|
}
|
|
}
|