{
  "name": "@waygest/auth-session",
  "version": "0.1.0",
  "description": "Domain cookie SSO tipológico (ADR-0119)",
  "license": "UNLICENSED",
  "publishConfig": { "registry": "https://npm.pkg.github.com", "access": "restricted" },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": ["dist"],
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts --clean",
    "smoke": "npx --yes tsx scripts/smoke.mts"
  },
  "dependencies": {
    "@waygest/vertical-shared": "0.1.0"
  },
  "devDependencies": {
    "typescript": "^5.4.0"
  }
}
