{ "name": "@rescript/react", "version": "0.15.0", "description": "React bindings for ReScript", "files": [ "README.md", "CHANGELOG.md", "LICENSE", "rescript.json", "src/**/*.res", "src/**/*.resi" ], "scripts": { "build": "rescript build", "start": "rescript watch", "clean": "rescript clean", "format": "rescript format", "test": "echo 'tests disabled for now'" }, "keywords": [ "rescript", "react" ], "author": "Ricky Vetter", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/rescript-lang/rescript-react.git" }, "homepage": "https://rescript-lang.org/docs/react/latest/introduction", "devDependencies": { "react": "^19.2.0", "react-dom": "^19.2.0", "rescript": "^12.0.0" }, "peerDependencies": { "@rescript/runtime": ">=12.0.0", "react": ">=19.2.0", "react-dom": ">=19.2.0" } }