blob: d208456d0bdbb50fd698791fcf5c86344bec632f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "@kioku/shared",
"version": "0.1.0",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "nsfisis",
"license": "MIT",
"packageManager": "pnpm@10.23.0",
"type": "module",
"dependencies": {
"zod": "^4.1.13"
}
}
|