mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
22 lines
645 B
TOML
22 lines
645 B
TOML
name = "centau/vide"
|
|
version = "0.3.1-test.1"
|
|
description = "A reactive Luau library for creating UI."
|
|
authors = ["centau"]
|
|
repository = "https://github.com/centau/vide"
|
|
license = "MIT"
|
|
|
|
[target]
|
|
environment = "roblox"
|
|
build_files = ["src"]
|
|
lib = "src/init.luau"
|
|
|
|
[indices]
|
|
default = "https://github.com/pesde-pkg/index"
|
|
|
|
[scripts]
|
|
roblox_sync_config_generator = ".pesde/scripts/roblox_sync_config_generator.luau"
|
|
sourcemap_generator = ".pesde/scripts/sourcemap_generator.luau"
|
|
|
|
[dev_dependencies]
|
|
scripts = { name = "pesde/scripts_rojo", version = "^0.1.0", target = "lune" }
|
|
rojo = { name = "pesde/rojo", version = "^7.4.4", target = "lune" }
|