添加描述文件

This commit is contained in:
2025-08-13 23:10:53 +08:00
parent 2de528eea7
commit e1ff0e0ca7
2 changed files with 125 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "wxsdk",
"name": "wxsdk-pure",
"version": "1.0.0",
"description": "微信分享 SDK 封装",
"main": "index.js",
@@ -10,6 +10,8 @@
"type": "git",
"url": "http://git.pandorastudio.cn/yuantao/wxSDK.git"
},
"homepage": "http://git.pandorastudio.cn/yuantao/wxSDK.git",
"bugs": "http://git.pandorastudio.cn/yuantao/wxSDK.git",
"keywords": [
"wxSDK",
"wx",
@@ -17,5 +19,7 @@
"微信"
],
"author": "袁涛",
"license": "ISC"
"license": "ISC",
"dependencies": {},
"devDependencies": {}
}