bjchy-auth-sdk
Version:
朝阳区认证SDK - 简洁易用的扫码登录和请求工具包
76 lines (75 loc) • 1.76 kB
JSON
{
"name": "bjchy-auth-sdk",
"version": "1.0.19",
"description": "朝阳区认证SDK - 简洁易用的扫码登录和请求工具包",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "vite build && npm run build:types",
"build:types": "node scripts/generate-types.js",
"dev": "vite build --watch",
"serve": "vite preview",
"dev-server": "vite",
"prepublishOnly": "npm run build",
"test": "echo \"No tests specified\" && exit 0",
"version": "npm run build",
"release:patch": "./scripts/publish.sh patch",
"release:minor": "./scripts/publish.sh minor",
"release:major": "./scripts/publish.sh major",
"release:current": "./scripts/publish.sh current"
},
"keywords": [
"vue3",
"authentication",
"qrcode",
"login",
"bjchy",
"朝阳区",
"认证",
"request",
"axios",
"wechat",
"scan",
"sdk"
],
"author": "wangzhongsheng",
"license": "MIT",
"peerDependencies": {
"vue": "^3.3.0"
},
"dependencies": {
"axios": "^1.6.0",
"qrcode": "^1.5.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"terser": "^5.42.0",
"vite": "^5.0.0",
"vue": "^3.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bjchy/auth-sdk.git"
},
"bugs": {
"url": "https://github.com/bjchy/auth-sdk/issues"
},
"homepage": "https://github.com/bjchy/auth-sdk#readme",
"engines": {
"node": ">=16.0.0"
}
}