CI / Lint (push) Canceled after 0s
CI / Build Test (stage-web) (push) Canceled after 0s
CI / Build Test (ui-loading-screens) (push) Canceled after 0s
CI / Build Test (ui-transitions) (push) Canceled after 0s
CI / Unit Test (push) Canceled after 0s
CI / Type Check (push) Canceled after 0s
CI / Check Provenance (push) Canceled after 0s
Sync Labels / sync-labels (push) Successful in 1m43s
- Remove stage-tamagotchi, stage-pocket, server, and engine workspaces with their workflows, addons, and docs - Switch the toolchain from pnpm to bun, replace lockfiles with bun.lock - Rewrite remaining product references to Moeka
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "@proj-airi/provider-inference",
|
|
"type": "module",
|
|
"version": "0.12.0-beta.5",
|
|
"private": true,
|
|
"description": "Runtime-neutral provider definitions for Moeka inference",
|
|
"author": {
|
|
"name": "Moeka Team",
|
|
"email": "airi@moeru.ai",
|
|
"url": "https://github.com/moeru-ai"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moeru-ai/airi.git",
|
|
"directory": "packages/provider-inference"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"dev": "bun run build",
|
|
"build": "tsdown",
|
|
"typecheck": "tsc --noEmit",
|
|
"test:run": "vitest run",
|
|
"test:node": "vitest run --project node",
|
|
"test:browser": "vitest run --project browser"
|
|
},
|
|
"dependencies": {
|
|
"@moeru/std": "catalog:",
|
|
"@proj-airi/audio": "workspace:^",
|
|
"@xsai-ext/providers": "catalog:",
|
|
"@xsai-transformers/shared": "catalog:",
|
|
"@xsai/generate-text": "catalog:",
|
|
"@xsai/model": "catalog:",
|
|
"@xsai/stream-transcription": "catalog:",
|
|
"@xsai/utils-chat": "catalog:",
|
|
"clustr": "catalog:",
|
|
"es-toolkit": "catalog:",
|
|
"is-network-error": "catalog:",
|
|
"unspeech": "catalog:xsai",
|
|
"xsschema": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@proj-airi/core-agent": "workspace:^",
|
|
"@types/node": "catalog:",
|
|
"@vitest/browser-playwright": "catalog:vitest",
|
|
"@xsai/generate-speech": "catalog:",
|
|
"playwright": "catalog:",
|
|
"tsdown": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vitest": "catalog:vitest"
|
|
}
|
|
}
|