scripts/pesde.lock
Erica Marigold 22552c0f80
refactor: restructure to use script package system
General restructuring
=====================
* Restructures to workspace with script packages for each tool choice.
* Include build script to generate package for every supported tool
  choice in library into the `.pesde/` directory.
* Remove testing .lune scripts for Rojo.

Manifest changes
================
* Exclude `.spec.luau` test files for library package.
* Include .pesde directory for library package.
* Add pathfs dev-dependency.
* Include metadata for build script package codegen.
* Use new git URL for index repo.
* Setup workspace including top level itself & tool choice script packages.

These changes require an unstable version of pesde: 2b2d280fe0.
2024-12-08 11:09:53 +00:00

45 lines
1.1 KiB
Text

name = "pesde/scripts_core"
version = "0.1.0"
target = "lune"
[workspace."pesde/scripts_core"]
lune = ""
[workspace."pesde/scripts_rojo"]
lune = ".pesde/rojo"
[graph."itsfrank/frktest"."0.0.2 lune"]
direct = ["frktest", { name = "itsfrank/frktest", version = "^0.0.2" }, "dev"]
resolved_ty = "dev"
[graph."itsfrank/frktest"."0.0.2 lune".target]
environment = "lune"
lib = "src/_pesde_init.luau"
[graph."itsfrank/frktest"."0.0.2 lune".pkg_ref]
ref_ty = "pesde"
name = "itsfrank/frktest"
version = "0.0.2"
index_url = "https://github.com/daimond113/pesde-index"
[graph."itsfrank/frktest"."0.0.2 lune".pkg_ref.target]
environment = "lune"
lib = "src/_pesde_init.luau"
[graph."jiwonz/pathfs"."0.1.0 lune"]
direct = ["pathfs", { name = "jiwonz/pathfs", version = "^0.1.0" }, "dev"]
resolved_ty = "dev"
[graph."jiwonz/pathfs"."0.1.0 lune".target]
environment = "lune"
lib = "init.luau"
[graph."jiwonz/pathfs"."0.1.0 lune".pkg_ref]
ref_ty = "pesde"
name = "jiwonz/pathfs"
version = "0.1.0"
index_url = "https://github.com/daimond113/pesde-index"
[graph."jiwonz/pathfs"."0.1.0 lune".pkg_ref.target]
environment = "lune"
lib = "init.luau"