@rbxts/react-roblox
Version:
React DOM bindings for Roblox
33 lines • 661 B
JSON
{
"name": "@rbxts/react-roblox",
"version": "17.2.3",
"description": "React DOM bindings for Roblox",
"keywords": [
"roblox",
"typescript",
"roblox-ts"
],
"author": "littensy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/littensy/rbxts-react"
},
"bugs": {
"url": "https://github.com/littensy/rbxts-react/issues"
},
"publishConfig": {
"access": "public"
},
"main": "src/init.lua",
"types": "src/index.d.ts",
"files": [
"src",
"default.project.json"
],
"dependencies": {
"@rbxts/react": "17.2.3",
"@rbxts/react-vendor": "17.2.3"
},
"scripts": {}
}