mirror of
https://github.com/YuzuZensai/Pien-Studio.git
synced 2026-09-02 14:18:35 +00:00
19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|||
|
|
"name": "@pien-studio/contracts",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"main": "src/index.ts",
|
||
|
|
"types": "src/index.ts",
|
||
|
|
"exports": {
|
||
|
|
".": "./src/index.ts"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "vitest run --passWithNoTests",
|
||
|
|
"typecheck": "tsc --noEmit"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"zod": "^4.4.3"
|
||
|
|
}
|
||
|
|
}
|