/opt/mawid/packages/shared
Edit: /opt/mawid/packages/shared/package.json (360B)
{
"name": "@mawid/shared",
"version": "0.1.0",
"private": true,
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "echo \"@mawid/shared: no tests yet\""
},
"dependencies": {
"zod": "^3.25.76"
},
"devDependencies": {
"typescript": "^5.7.3"
}
}