Skip to content

Commit

Permalink
Fix:因为 namespace 没有正确发布的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
WendaoLee committed Sep 18, 2024
1 parent 1de430b commit 625a14b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 625a14b

Please sign in to comment.