messenger/codebase/packages/messenger-ui/package.json
Natalie eb968736be
Some checks failed
Publish imessage-mcp / publish (push) Failing after 51s
Publish messenger-ui / publish (push) Failing after 45s
fix(@messenger): 🐛 update forgejo registry URLs to lan
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 03:12:21 -07:00

46 lines
1.1 KiB
JSON

{
"name": "@lilith/messenger-ui",
"version": "1.1.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": ["dist"],
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit"
},
"dependencies": {},
"peerDependencies": {
"@lilith/ui-theme": ">=1.0.0",
"@lilith/ui-primitives": ">=1.0.0",
"@lilith/ui-messaging": ">=1.0.0",
"@tanstack/react-query": ">=5.0.0",
"react": ">=18.0.0",
"styled-components": ">=6.0.0"
},
"devDependencies": {
"@lilith/ui-theme": "1.4.0",
"@lilith/ui-primitives": "1.2.16",
"@lilith/ui-messaging": "1.1.5",
"@tanstack/react-query": "^5.0.0",
"@types/react": "^19.0.0",
"react": "^19.0.0",
"styled-components": "^6.1.0",
"tsup": "^8.0.0",
"typescript": "^5.7.0"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}