mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
12 lines
244 B
JSON
12 lines
244 B
JSON
|
|
{
|
||
|
|
"name": "example-pkg",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "An example package for LeonOS",
|
||
|
|
"author": "LeonOS Team",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {},
|
||
|
|
"files": [
|
||
|
|
"programs/example.lua",
|
||
|
|
"completions/example.lua"
|
||
|
|
]
|
||
|
|
}
|