From 2de528eea7b3f663f67417ebcb2738a438dbc51e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E6=B6=9B?= Date: Wed, 13 Aug 2025 22:46:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0npm=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..7656414 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "wxsdk", + "version": "1.0.0", + "description": "微信分享 SDK 封装", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "http://git.pandorastudio.cn/yuantao/wxSDK.git" + }, + "keywords": [ + "wxSDK", + "wx", + "weixin", + "微信" + ], + "author": "袁涛", + "license": "ISC" +}