Files
sillytavern-repalice/shared/package.json
2026-04-24 01:45:41 +08:00

12 lines
247 B
JSON

{
"name": "@sillytavern-repalice/shared",
"version": "1.0.0",
"description": "Shared types and schemas for SillyTavern Repalice",
"main": "index.ts",
"types": "index.ts",
"private": true,
"dependencies": {
"zod": "^3.22.4"
}
}