From 625a14bad0df52284cf65599b5f0918f193d1465 Mon Sep 17 00:00:00 2001 From: Wendaolee Date: Wed, 18 Sep 2024 14:43:03 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E5=9B=A0=E4=B8=BA=20namespace=20?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=AD=A3=E7=A1=AE=E5=8F=91=E5=B8=83=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3421123..c4bc99a 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,20 @@ { - "name": "weibo-api", + "name": "@hk-artificial-intelligence-association/weibo-api", "version": "1.0.0", "description": "元狲科技封装的新浪微博API", "main": "./src/index.ts", "type": "module", "author": "YuanSunTech - Wendaolee", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/HK-Artificial-Intelligence-Association/WeiboAPI.git" + }, + "publishConfig": { + "access": "public", + "registry": "https://npm.pkg.github.com/", + "tag": "latest" + }, "scripts": { "repl": "tsx ./repl.ts", "test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --config=jest.config.ts",