ui-imessage/package.json
autocommit 14d823082d chore: initial package split from monorepo
Package: @lilith/ui-imessage
Split from: lilith/ui.git or lilith/build.git
Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
2026-04-20 01:11:36 -07:00

34 lines
986 B
JSON

{
"name": "@lilith/ui-imessage",
"version": "1.0.3",
"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": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/ui-messaging": "^1.2.0",
"@lilith/ui-primitives": "^1.2.19",
"@lilith/ui-theme": "^1.5.2",
"@lilith/ui-styled-components": "^6.3.9",
"@tanstack/react-query": "^5.90.16"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20.19.28",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3"
},
"publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" },
"_": { "registry": "forgejo", "publish": true, "build": true }
}