2022-10-17 13:08:34 -04:00
|
|
|
{
|
2024-05-02 17:14:26 -07:00
|
|
|
"name": "react-compiler-runtime",
|
2022-10-17 13:08:34 -04:00
|
|
|
"version": "0.0.1",
|
2024-05-02 17:14:26 -07:00
|
|
|
"description": "Runtime for React Compiler",
|
2022-10-17 13:08:34 -04:00
|
|
|
"license": "MIT",
|
2024-04-03 18:12:29 -04:00
|
|
|
"main": "dist/index.js",
|
2025-01-06 11:01:38 -05:00
|
|
|
"typings": "dist/index.d.ts",
|
2022-10-17 13:08:34 -04:00
|
|
|
"files": [
|
2024-05-14 11:01:16 -04:00
|
|
|
"dist",
|
2023-06-15 12:52:55 -04:00
|
|
|
"src"
|
2023-06-05 13:35:39 -04:00
|
|
|
],
|
2024-05-06 19:48:39 -04:00
|
|
|
"peerDependencies": {
|
2024-12-27 14:27:43 -05:00
|
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental"
|
2023-11-01 13:12:09 -04:00
|
|
|
},
|
2023-06-05 13:35:39 -04:00
|
|
|
"scripts": {
|
2025-03-07 16:41:55 -05:00
|
|
|
"build": "rimraf dist && tsup",
|
2025-01-02 16:59:56 -05:00
|
|
|
"test": "echo 'no tests'",
|
2025-03-07 16:41:55 -05:00
|
|
|
"watch": "yarn build --watch"
|
2024-07-26 19:56:39 +03:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/facebook/react.git",
|
|
|
|
|
"directory": "compiler/packages/react-compiler-runtime"
|
2023-06-05 13:35:39 -04:00
|
|
|
}
|
2022-10-17 13:08:34 -04:00
|
|
|
}
|