ydoo-n-p
Version:
h5 wechat auth
27 lines (26 loc) • 540 B
JSON
{
"name": "ydoo-n-p",
"version": "1.0.3",
"description": "h5 wechat auth",
"main": "lib/index.js",
"repository": "git@gitlab.gz.cvte.cn:fangyudong/easicare-wechat-auth.git",
"author": "ydoo <43613589@qq.com>",
"license": "MIT",
"scripts": {
"build": "rm -rf lib && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib",
"src",
"package.json",
"README.md"
],
"keywords": [
"wx-auth",
"wechat-auth"
],
"devDependencies": {
"typescript": "^4.8.4"
}
}