Files
wxSDK/package.json
袁涛 451fea75f5 新增了rollup打包配置;
支持了传统浏览器的引入方式;
2025-08-17 22:50:59 +08:00

31 lines
723 B
JSON

{
"name": "wxsdk-pure",
"version": "1.1.0",
"description": "微信分享 SDK 封装",
"type": "module",
"main": "dist/wxsdk-pure.js",
"module": "dist/wxsdk-pure.js",
"browser": "dist/wxsdk-pure.js",
"scripts": {
"build": "rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "https://git.pandorastudio.cn/yuantao/wxSDK.git"
},
"homepage": "https://git.pandorastudio.cn/yuantao/wxSDK.git",
"bugs": "https://git.pandorastudio.cn/yuantao/wxSDK.git",
"keywords": [
"wxSDK",
"wx",
"weixin",
"微信"
],
"author": "袁涛",
"license": "ISC",
"devDependencies": {
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.2"
}
}