2025-09-10 14:39:59 +08:00

44 lines
1.0 KiB
JSON

{
"name": "@fesjs/plugin-access",
"version": "3.1.9",
"description": "@fesjs/plugin-access",
"author": "harrywan",
"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-access"
},
"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": {
"watch": "tsup --watch",
"build": "tsup"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@fesjs/fes": "^3.1.13",
"vue": "^3.5.21",
"vue-router": "^4.5.1"
},
"dependencies": {
"@fesjs/shared": "workspace:*",
"@fesjs/utils": "workspace:*",
"lodash-es": "^4.17.21"
},
"typings": "./types.d.ts"
}