{ "name": "@coze-common/auth", "version": "0.0.1", "description": "统一的权限控制逻辑", "license": "Apache-2.0", "author": "sunzhiyuan.evan@bytedance.com", "maintainers": [], "main": "src/index.ts", "scripts": { "build": "exit 0", "lint": "eslint ./ --cache", "test": "vitest --run --passWithNoTests", "test:cov": "npm run test -- --coverage" }, "dependencies": { "@coze-arch/bot-api": "workspace:*", "@coze-arch/bot-space-api": "workspace:*", "@coze-arch/foundation-sdk": "workspace:*", "@coze-arch/idl": "workspace:*", "@coze-arch/logger": "workspace:*", "@coze-arch/report-events": "workspace:*", "ahooks": "^3.7.8", "react": "~18.2.0", "zustand": "^4.4.7" }, "devDependencies": { "@coze-arch/bot-typings": "workspace:*", "@coze-arch/eslint-config": "workspace:*", "@coze-arch/ts-config": "workspace:*", "@coze-arch/vitest-config": "workspace:*", "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^14.1.2", "@testing-library/react-hooks": "^8.0.1", "@types/node": "^18", "@types/react": "18.2.37", "@vitest/coverage-v8": "~3.0.5", "react-dom": "~18.2.0", "sucrase": "^3.32.0", "vitest": "~3.0.5" } }