{ "name": "@gridpilot/identity", "version": "0.1.0", "main": "./index.ts", "types": "./index.ts", "type": "module", "exports": { "./domain/*": "./domain/*", "./application/*": "./application/*", "./infrastructure/*": "./infrastructure/*" }, "dependencies": { "zod": "^3.25.76" } }