Files
Dungeons-Ground/packages/shared/package.json
pavel444-byte 1774496cf9
Some checks failed
CI / validate (push) Failing after 14m50s
The first 2 weeks is ended.
2026-08-14 10:48:54 +05:00

21 lines
362 B
JSON

{
"name": "@dng/shared",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": ">=18.17"
},
"exports": "./src/index.ts",
"scripts": {
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"zod": "^4.1.5"
},
"devDependencies": {
"@types/node": "^18.19.0",
"typescript": "^5.9.2"
}
}