ui-auth/package.json
Natalie f87bbff889 chore(@cocotte/ui-auth): drop private flag, set publishConfig registry
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 15:10:18 -04:00

20 lines
387 B
JSON

{
"name": "@cocotte/ui-auth",
"version": "0.1.0",
"type": "module",
"publishConfig": {
"registry": "http://134.199.243.61:4873/"
},
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@lilith/ui-primitives": "*",
"@lilith/ui-styled-components": "*",
"react": "*"
},
"peerDependencies": {
"react": ">=18"
}
}