2025-09-05 22:40:22 +08:00

42 lines
1005 B
JSON

{
"name": "@fesjs/plugin-login",
"version": "3.0.2",
"description": "@fesjs/plugin-login",
"author": "qlin",
"license": "MIT",
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/plugin-login"
},
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"keywords": [
"fes"
],
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"files": [
"dist",
"types.d.ts"
],
"scripts": {
"dev": "tsup --watch --sourcemap",
"build": "tsup"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@fesjs/fes": "^3.0.0",
"@fesjs/plugin-request": "^4.0.0-rc.3",
"vue": "^3.5.21"
},
"dependencies": {
"@fesjs/shared": "workspace:*"
},
"typings": "./types.d.ts"
}