规定数据类型
This commit is contained in:
11
shared/package.json
Normal file
11
shared/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user