Files
LeonOS/data/computercraft/lua/rom/packages/example-pkg/1.0.0/package.json
Leonmmcoset fb33b53b42 feat(包管理器): 实现LeonOS包管理系统基础功能
添加包管理器核心程序(pkg.lua)及相关支持文件
- 实现包安装、更新、移除、列表、搜索等功能
- 添加包元数据结构和本地存储管理
- 包含示例包和命令补全支持
- 更新系统版本至0.3.0
2025-09-01 22:03:22 +08:00

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"
]
}