@rbxts/react
Version:
React bindings for Roblox
29 lines • 586 B
JSON
{
"name": "@rbxts/react",
"version": "17.3.7-ts.1",
"description": "React bindings for Roblox",
"main": "src/init.lua",
"types": "src/index.d.ts",
"files": [
"src",
"default.project.json"
],
"author": "littensy",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/littensy/rbxts-react.git"
},
"bugs": {
"url": "https://github.com/littensy/rbxts-react/issues"
},
"keywords": [
"roblox",
"typescript",
"roblox-ts"
],
"dependencies": {
"@rbxts-js/react": "^17.3.7-ts.1"
},
"scripts": {}
}