Add package.json

This commit is contained in:
2025-07-22 07:07:17 +00:00
parent 43b654c95d
commit 7f57003e20

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "public",
"version": "4.1.3",
"description": "Another simple argument parser",
"main": "index.js",
"repository": "code/public",
"license": "MIT"
}