TTS-Arena-V2 / packages /shared /package.json
GitHub Actions
Deploy from github.com/TTS-AGI/TTS-Arena@f49eded
374bcb6
Raw
History Blame Contribute Delete
418 Bytes
{
"name": "@ttsa/shared",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts",
"./*": "./src/*.ts"
},
"scripts": {
"typecheck": "tsc --noEmit",
"test": "bun test",
"lint": "echo 'no lint for shared (covered by root prettier)'",
"build": "echo 'shared is consumed as source; no build step'"
},
"dependencies": {
"zod": "^3.24.1"
}
}