scripts/pesde.toml
Erica Marigold 84720a2885
refactor: restructure repo and setup as library
Restructures the project to be a library with generator exports, and
includes lune scripts as examples on how to use exported generators by
the library.

Also specifies `includes` and pins a pesde version in the package
manifest.
2024-12-02 16:54:17 +00:00

15 lines
457 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"]
[target]
environment = "lune"
lib = "src/init.luau"
[indices]
default = "https://github.com/daimond113/pesde-index"