Files
gridpilot.gg/packages/identity/package.json
2025-12-04 15:49:57 +01:00

14 lines
266 B
JSON

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