@winner-fed/plugin-access
Version:
适配 access(权限)的 WinJS 插件,适用于 Vue3。
84 lines • 1.73 kB
JSON
{
"name": "@winner-fed/plugin-access",
"keywords": [
"winjs",
"plugin",
"access",
"permission",
"auth",
"authorization",
"rbac",
"vue3",
"vue",
"router",
"directive",
"component",
"guard",
"role",
"winner-fed",
"winjs-dev",
"typescript"
],
"version": "1.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/winjs-dev/winjs-plugin-access.git"
},
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"templates"
],
"simple-git-hooks": {
"pre-commit": "npm run lint:write"
},
"devDependencies": {
"@biomejs/biome": "^2.1.1",
"@playwright/test": "^1.53.2",
"@rsbuild/core": "^1.4.2",
"@rslib/core": "^0.10.4",
"@types/node": "^22.15.34",
"@winner-fed/winjs": "*",
"bumpp": "10.2.3",
"playwright": "^1.53.2",
"simple-git-hooks": "^2.13.0",
"typescript": "^5.8.3"
},
"peerDevDependencies": {
"@winner-fed/winjs": "*"
},
"peerDependencies": {
"@winner-fed/utils": "*"
},
"peerDependenciesMeta": {
"@rsbuild/core": {
"optional": true
},
"@winner-fed/utils": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
"lint": "biome check .",
"lint:write": "biome check . --write",
"test": "playwright test",
"bump": "bumpp"
}
}