@rbxts/tutorial-ui-highlight
Version:
A React-based tutorial UI highlighting system for Roblox TypeScript projects. Create interactive tutorials with customizable overlay highlighting and step-by-step guidance.
66 lines (65 loc) • 1.7 kB
JSON
{
"name": "@rbxts/tutorial-ui-highlight",
"version": "0.1.0",
"description": "A React-based tutorial UI highlighting system for Roblox TypeScript projects. Create interactive tutorials with customizable overlay highlighting and step-by-step guidance.",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"keywords": [
"roblox",
"rbxts",
"tutorial",
"ui",
"highlight",
"overlay",
"guide",
"react",
"interactive",
"onboarding",
"walkthrough"
],
"author": "Catargo",
"license": "MIT",
"type": "commonjs",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.860",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.6.2",
"roblox-ts": "^3.0.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"@rbxts/charm": "^0.10.0",
"@rbxts/react-charm": "^0.3.0",
"@rbxts/react": "^17.2.3",
"@rbxts/react-roblox": "^17.2.3"
},
"dependencies": {
"@rbxts/services": "^1.5.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Velover/tutorial-ui-highlight-rbx-package.git"
},
"bugs": {
"url": "https://github.com/Velover/tutorial-ui-highlight-rbx-package/issues"
},
"homepage": "https://github.com/Velover/tutorial-ui-highlight-rbx-package#readme"
}