From 27316507cc24b03ec03a39952a2bbf39c9633df1 Mon Sep 17 00:00:00 2001 From: wisplite Date: Thu, 29 Jan 2026 10:48:03 -0600 Subject: [PATCH] add parchment packages --- launcher/package.json | 8 ++++++++ syslib/package.json | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 launcher/package.json create mode 100644 syslib/package.json diff --git a/launcher/package.json b/launcher/package.json new file mode 100644 index 0000000..170bd87 --- /dev/null +++ b/launcher/package.json @@ -0,0 +1,8 @@ +{ + "pkg": "launcher", + "name": "Paper Launcher", + "version": "0.0.1", + "author": "wisplite", + "description": "Cardstock's default launcher", + "icon": "icon.png" +} \ No newline at end of file diff --git a/syslib/package.json b/syslib/package.json new file mode 100644 index 0000000..c758443 --- /dev/null +++ b/syslib/package.json @@ -0,0 +1,3 @@ +{ + "pkg": "syslib" +} \ No newline at end of file