From b9ca11efe5baaefc25ff1dcba7e9bff7c2c13b61 Mon Sep 17 00:00:00 2001 From: dj <431634905@qq.com> Date: Wed, 1 Apr 2026 14:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=BB=BA=20package.json=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..7d26748 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "filesreadsystem", + "version": "1.0.0", + "description": "", + "main": "index.js", + "directories": { + "doc": "docs" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://gitea.kronecker.cc/OurCodesAreAllRight/FilesReadSystem.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "type": "commonjs" +}