chobit/packages/chobit-core/package.json
Natalie 27dc2d7dac chore(registry): cut @lilith npm/swift registry from dead black to ct-forge (134.199.243.61)
black homelan is gone; point install+publish+auth at the live cocotte ct-forge
verdaccio (:4873) / forgejo (:3000). Config-only; resolution verified.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-28 18:38:18 -04:00

33 lines
800 B
JSON

{
"name": "@lilith/chobit-core",
"version": "0.1.0",
"description": "Conversation state machine and LLM orchestration for interactive AI companions",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": ["dist", "README.md"],
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@lilith/configs": "^2.3.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^2.0.0"
},
"author": "Lilith <quinn@ftw.codes>",
"license": "MIT",
"publishConfig": {
"registry": "http://134.199.243.61:4873/"
}
}