{ "name": "@mono/auth-core", "version": "0.1.0", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "lint": "eslint .", "clean": "rm -rf dist" }, "dependencies": { "zod": "^3.22.4" }, "devDependencies": { "typescript": "^5.3.3" } }