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
24 lines
434 B
JSON
24 lines
434 B
JSON
{
|
|
"name": "@coze-arch/ts-config",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"keywords": [],
|
|
"license": "Apache-2.0",
|
|
"author": "fanwenjie.fe@bytedance.com",
|
|
"bin": {
|
|
"rtsc": "./scripts/rtsc.sh",
|
|
"tsc": "./scripts/rtsc.sh"
|
|
},
|
|
"scripts": {
|
|
"build": "exit",
|
|
"lint": "exit",
|
|
"test": "exit",
|
|
"test:cov": "exit 0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "~9.12.0",
|
|
"typescript": "~5.8.2"
|
|
}
|
|
}
|
|
|