scripts/pesde.toml
Erica Marigold 83ab6bf97f
feat: test setup using frktest & more
* Sets up a test runner system and includes unit tests for existing
  generators using Rojo's test files.
* Configure Luau analysis and disables unnecessary lints.
* Make sync config generator accept a third options argument with a
  `force` option to generate configs even when there is a
  `default.project.json` present in the `projectDir`.
2024-12-03 14:58:15 +00:00

18 lines
578 B
TOML

name = "pesde/scripts"
version = "0.1.0"
pesde_version = "0.5.0-rc.14"
description = "Scripts and other utilities for use with pesde"
authors = ["dai <contact@daimond113.com> (https://www.daimond113.com/)", "Erica Marigold <hi@devcomp.xyz>"]
repository = "https://github.com/pesde-pkg/scripts"
license = "MIT"
includes = ["src/**/*.luau", "pesde.toml", "README.md", "LICENSE.md"]
[target]
environment = "lune"
lib = "src/init.luau"
[indices]
default = "https://github.com/daimond113/pesde-index"
[dev_dependencies]
frktest = { name = "itsfrank/frktest", version = "^0.0.2" }