From 1ee3d31b723f58932df999a410aad8fe7e21f834 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Tue, 20 Jan 2026 23:05:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=92=8C=E5=BC=80=E5=8F=91=E8=84=9A=E6=9C=AC=EF=BC=8C=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20npm=20=E8=AE=A4=E8=AF=81=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 3 +++ package.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..6948c8c --- /dev/null +++ b/.npmrc @@ -0,0 +1,3 @@ +//npm.xiongxiao.me/:_authToken=${ME_NPM_TOKEN} +//npm.cnb.cool/kevisual/registry/-/packages/:_authToken=${CNB_API_KEY} +//registry.npmjs.org/:_authToken=${NPM_TOKEN} diff --git a/package.json b/package.json index 9dfbd6d..d1071c5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "bun run bun.config.ts", + "dev": "bun --watch src/main.ts" }, "keywords": [], "author": "abearxiong (https://www.xiongxiao.me)",