Files
coze-studio/frontend/config/ts-config/package.json
tecvan be2c1f38c8 chore: upgrade eslint version
chore: update lock
2025-10-23 12:08:08 +08:00

22 lines
432 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.34.0",
"typescript": "~5.8.2"
}
}