From 82f9f560a54c58fe1cea2eae2cbb1762ca30c184 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 17 Mar 2023 08:19:13 +0000 Subject: [PATCH] feat: add scripts package --- scripts/package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/package.json diff --git a/scripts/package.json b/scripts/package.json new file mode 100644 index 0000000..1e229f0 --- /dev/null +++ b/scripts/package.json @@ -0,0 +1,11 @@ +{ + "name": "scripts", + "version": "1.0.0", + "description": "", + "main": "init.js", + "author": "", + "license": "ISC", + "dependencies": { + "node-fetch": "3.3.1" + } +} -- Gitee