mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 06:41:55 +00:00
23 lines
433 B
JSON
23 lines
433 B
JSON
{
|
|
"name": "roblox-ts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rbxtsc",
|
|
"watch": "rbxtsc -w"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@rbxts/compiler-types": "^2.3.0-types.0",
|
|
"@rbxts/types": "^1.0.767",
|
|
"roblox-ts": "^2.3.0",
|
|
"typescript": "^5.4.4"
|
|
},
|
|
"dependencies": {
|
|
"@rbxts/roact": "^1.4.4-ts.0"
|
|
}
|
|
}
|