Files
gridpilot.gg/packages/identity/package.json
2025-12-04 17:07:59 +01:00

15 lines
314 B
JSON

{
"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"
}
}