@rbxts/react-roblox
Version:
React DOM bindings for Roblox
32 lines • 668 B
JSON
{
"name": "@rbxts/react-roblox",
"version": "17.3.7-ts.1",
"description": "React DOM 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-roblox": "^17.3.7-ts.1"
},
"peerDependencies": {
"@rbxts/react": "^17.3.7-ts.1"
},
"scripts": {}
}