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

15 lines
276 B
JSON

{
"name": "@cocotte/ui-dev-content",
"version": "0.1.0",
"type": "module",
"publishConfig": {
"registry": "http://134.199.243.61:4873/"
},
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"react": "^19.2.3"
}
}