UNPKG

hwj-common-lib

Version:

微信小程序云开发通用模块库,支持灵活的环境配置

33 lines (32 loc) 659 B
{ "name": "hwj-common-lib", "version": "1.1.0", "description": "微信小程序云开发通用模块库,支持灵活的环境配置", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "hwj", "license": "ISC", "dependencies": { "wx-server-sdk": "~2.6.3", "jsonwebtoken": "^9.0.0" }, "files": [ "*.js", "README.md" ], "keywords": [ "微信小程序", "云开发", "云函数", "通用库" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/yourusername/hwj-common-lib" } }