messenger/codebase/packages/messenger-model-boss/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

38 lines
855 B
JSON

{
"name": "@lilith/messenger-model-boss",
"version": "1.2.0",
"type": "module",
"description": "Thin typed HTTP client for model-boss — chat/chatJson with caller-provided schemas and validators",
"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",
"test": "vitest run"
},
"dependencies": {},
"peerDependencies": {},
"devDependencies": {
"@types/node": "^20.19.0",
"tsup": "^8.0.0",
"typescript": "^5.7.0",
"vitest": "^3.2.0"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}