mirror of
https://github.com/pesde-pkg/scripts.git
synced 2025-01-09 04:49:11 +00:00
Erica Marigold
d2c41e0d03
* Include sourcemap, and sync config generators for Argon as a sync tool. * Add tests for aforementioned Argon generators. * Refactor and fix test discovery logic in test runner script. * Temporarily unpin fixed pesde version.
38 lines
1.1 KiB
TOML
38 lines
1.1 KiB
TOML
name = "pesde/scripts_core"
|
|
version = "0.0.1"
|
|
# pesde_version = "0.5.1+registry.0.1.0" # FIXME: pesde needs to fix versioning here
|
|
description = "Scripts and other utilities for use with pesde"
|
|
authors = [
|
|
"daimond113 <contact@daimond113.com> (https://www.daimond113.com/)",
|
|
"Erica Marigold <hi@devcomp.xyz>",
|
|
]
|
|
repository = "https://github.com/pesde-pkg/scripts"
|
|
license = "MIT"
|
|
includes = [
|
|
"src/**/*.luau",
|
|
"!src/**/*.spec.luau",
|
|
"pesde.toml",
|
|
"README.md",
|
|
"LICENSE",
|
|
]
|
|
|
|
workspace_members = [".", ".pesde/rojo"]
|
|
|
|
[meta.scripts.rojo]
|
|
version = "0.1.0"
|
|
tool_dependencies = { rojo = { name = "pesde/rojo", version = "^7.4.4" } }
|
|
|
|
[target]
|
|
environment = "lune"
|
|
lib = "src/init.luau"
|
|
|
|
[dev_dependencies]
|
|
frktest = { name = "itsfrank/frktest", version = "^0.0.2" }
|
|
pathfs = { name = "jiwonz/pathfs", version = "^0.1.0" }
|
|
luau-lsp = { name = "pesde/luau_lsp", version = "^1.36.0" }
|
|
stylua = { name = "pesde/stylua", version = "^2.0.1" }
|
|
argon = { name = "pesde/argon", version = "^2.0.21" }
|
|
rojo = { name = "pesde/rojo", version = "^7.4.4" }
|
|
|
|
[indices]
|
|
default = "https://github.com/pesde-pkg/index"
|