wechat-oauth-by-frontend
Version:
a simple function for wechat oauth by frontend
29 lines (28 loc) • 585 B
JSON
{
"name": "wechat-oauth-by-frontend",
"version": "1.0.20",
"description": "a simple function for wechat oauth by frontend",
"main": "dist/wechat-oauth-by-frontend.umd.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build"
},
"keywords": [
"weixin",
"wechat",
"wechat-oa",
"wechat-auth"
],
"author": "JAY",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:dang0705/wechat-oa-auth.git"
},
"devDependencies": {
"vite": "^3.0.8"
}
}