ccpt/packageinfo.ccpt
2021-05-31 22:31:41 +02:00

16 lines
419 B
Plaintext

{
name = "ComputerCraft Package Tool",
id = "ccpt",
comment = "Package tool for ComputerCraft/CC: Tweaked",
author = "PentagonLP",
website = "https://github.com/PentagonLP/ccpt",
newestversion = "1.0",
dependencies = {
pprint = "1.0"
},
install = {
type = "script",
scripturl = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/ccptinstall.lua"
}
}