Files
wxSDK/package.json
2025-08-13 23:29:26 +08:00

26 lines
576 B
JSON

{
"name": "wxsdk-pure",
"version": "1.0.2",
"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"
},
"homepage": "http://git.pandorastudio.cn/yuantao/wxSDK.git",
"bugs": "http://git.pandorastudio.cn/yuantao/wxSDK.git",
"keywords": [
"wxSDK",
"wx",
"weixin",
"微信"
],
"author": "袁涛",
"license": "ISC",
"dependencies": {},
"devDependencies": {}
}