napkin/package.lua

17 lines
396 B
Lua
Raw Normal View History

2025-02-19 18:10:37 -03:00
return {
name = "radon",
2025-02-19 18:10:37 -03:00
version = "0.0.1",
description = "A simple description of my little package.",
tags = { "lua", "lit", "luvit" },
2025-02-19 18:10:37 -03:00
license = "MIT",
author = { name = "n", email = "darltrash@icloud.com" },
homepage = "https://github.com/radontest",
2025-02-19 18:10:37 -03:00
dependencies = {
"creationix/weblit"
2025-02-19 18:10:37 -03:00
},
files = {
"**.lua",
"!test*"
}
}