Files
coze-studio/frontend/infra/idl/idl2ts-helper/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

37 lines
989 B
JSON

{
"name": "@coze-arch/idl2ts-helper",
"version": "0.1.6",
"description": "@coze-arch/idl2ts-helper",
"license": "Apache-2.0",
"author": "fanwenjie.fe@bytedance.com",
"main": "./src/index.ts",
"scripts": {
"build": "exit 0",
"lint": "eslint ./ --cache",
"test": "vitest --run --passWithNoTests",
"test:cov": "npm run test -- --coverage"
},
"dependencies": {
"@babel/parser": "^7.12.14",
"@babel/template": "^7.6.0",
"@babel/types": "^7.20.7",
"@coze-arch/idl-parser": "workspace:*",
"fs-extra": "^9.1.0",
"prettier": "~3.3.3"
},
"devDependencies": {
"@coze-arch/eslint-config": "workspace:*",
"@coze-arch/ts-config": "workspace:*",
"@coze-arch/vitest-config": "workspace:*",
"@types/fs-extra": "^9.0.5",
"@types/jssha": "^2.0.0",
"@types/lodash": "^4.14.137",
"@types/node": "^18",
"@types/yaml": "^1.2.0",
"@vitest/coverage-v8": "~3.0.5",
"tsx": "^4.19.2",
"vitest": "~3.0.5"
}
}