Files
coze-studio/frontend/packages/devops/testset-manage/package.json
T
zgene 6bed393c12
Backend Tests / backend-unit-test (push) Has been cancelled
Backend Tests / benchmark-test (push) Has been cancelled
CI@main / Node.js v22 (ubuntu-latest) (push) Has been cancelled
Thrift Syntax Validation / validate-thrift (push) Has been cancelled
License Check / License Check (push) Has been cancelled
first commit
2026-05-14 13:29:56 +08:00

59 lines
1.6 KiB
JSON

{
"name": "@coze-devops/testset-manage",
"version": "1.0.0",
"description": "Testset manage for coze",
"license": "Apache-2.0",
"author": "qihai@bytedance.com",
"sideEffects": [
"**/*.less",
"**/*.svg"
],
"main": "src/index.ts",
"typings": "src/index.ts",
"scripts": {
"build": "exit 0",
"lint": "eslint ./"
},
"dependencies": {
"immer": "^10.0.3"
},
"devDependencies": {
"@coze-arch/bot-api": "workspace:*",
"@coze-arch/bot-error": "workspace:*",
"@coze-arch/bot-flags": "workspace:*",
"@coze-arch/bot-icons": "workspace:*",
"@coze-arch/bot-semi": "workspace:*",
"@coze-arch/bot-typings": "workspace:*",
"@coze-arch/eslint-config": "workspace:*",
"@coze-arch/i18n": "workspace:*",
"@coze-arch/logger": "workspace:*",
"@coze-arch/stylelint-config": "workspace:*",
"@coze-arch/ts-config": "workspace:*",
"@coze-arch/vitest-config": "workspace:*",
"@douyinfe/semi-illustrations": "^2.36.0",
"@types/json-schema": "~7.0.15",
"@types/lodash-es": "^4.17.10",
"@types/react": "18.2.37",
"ahooks": "^3.7.8",
"ajv": "~8.12.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21",
"react": "~18.2.0",
"stylelint": "^15.11.0",
"zustand": "^4.4.7"
},
"peerDependencies": {
"@douyinfe/semi-illustrations": "^2.36.0",
"ahooks": "^3.7.8",
"ajv": "~8.12.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21",
"react": "~18.2.0",
"zustand": "^4.4.7"
},
"// deps": "immer@^10.0.3 为脚本自动补齐,请勿改动"
}