Files
nest-pure/packages/shared/package.json
2026-03-23 07:09:31 +08:00

18 lines
332 B
JSON

{
"name": "@nest-pure/shared",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.27.0",
"dependencies": {
"zod": "^4.3.6"
}
}