mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 12:49:33 +00:00
44 lines
1 KiB
JSON
44 lines
1 KiB
JSON
{
|
|
"name": "@proj-airi/server-runtime",
|
|
"type": "module",
|
|
"version": "0.8.0-alpha.8",
|
|
"description": "Server runtime implementation for AIRI running in different environments",
|
|
"author": {
|
|
"name": "Moeru AI Project AIRI 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/server-runtime"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"bin": "./dist/bin/run.mjs",
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"dev": "tsx ./src/bin/run.js",
|
|
"start": "tsx ./src/bin/run.js",
|
|
"build": "tsdown",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@guiiai/logg": "catalog:",
|
|
"@proj-airi/server-shared": "workspace:^",
|
|
"crossws": "^0.4.1",
|
|
"h3": "^2.0.1-rc.5",
|
|
"listhen": "^1.9.0"
|
|
}
|
|
}
|