mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 04:20:26 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@proj-airi/server-sdk",
|
|
"type": "module",
|
|
"version": "0.9.0-alpha.14",
|
|
"description": "Client-side SDK implementation for connecting to AIRI server components and runtimes",
|
|
"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-sdk"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"./utils/node": {
|
|
"types": "./dist/utils/node/index.d.mts",
|
|
"default": "./dist/utils/node/index.mjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"dev": "pnpm run build",
|
|
"build": "tsdown",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@proj-airi/server-shared": "workspace:^",
|
|
"crossws": "^0.4.4",
|
|
"superjson": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@moeru/std": "catalog:"
|
|
}
|
|
}
|