feat: manually mirror opencoze's code from bytedance
Change-Id: I09a73aadda978ad9511264a756b2ce51f5761adf
This commit is contained in:
38
frontend/infra/idl/idl2ts-cli/package.json
Normal file
38
frontend/infra/idl/idl2ts-cli/package.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "@coze-arch/idl2ts-cli",
|
||||
"version": "0.1.7",
|
||||
"description": "@coze-arch/idl2ts-cli",
|
||||
"homepage": "",
|
||||
"license": "Apache-2.0",
|
||||
"author": "fanwenjie.fe@bytedance.com",
|
||||
"bin": {
|
||||
"idl2ts": "./src/cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "exit 0",
|
||||
"lint": "eslint ./ --cache",
|
||||
"test": "vitest --run --passWithNoTests",
|
||||
"test:cov": "npm run test -- --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/types": "^7.20.7",
|
||||
"@coze-arch/idl2ts-generator": "workspace:*",
|
||||
"@coze-arch/idl2ts-helper": "workspace:*",
|
||||
"@coze-arch/idl2ts-plugin": "workspace:*",
|
||||
"@faker-js/faker": "~9.3.0",
|
||||
"commander": "^12.0.0",
|
||||
"dayjs": "^1.11.7",
|
||||
"ora": "^5.3.1",
|
||||
"prettier": "~3.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@coze-arch/eslint-config": "workspace:*",
|
||||
"@coze-arch/ts-config": "workspace:*",
|
||||
"@coze-arch/vitest-config": "workspace:*",
|
||||
"@types/node": "^18",
|
||||
"@vitest/coverage-v8": "~3.0.5",
|
||||
"sucrase": "^3.32.0",
|
||||
"tsx": "^4.19.2",
|
||||
"vitest": "~3.0.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user