12 lines
247 B
JSON
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"
|
|
}
|
|
}
|