mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 04:20:26 +00:00
39 lines
940 B
JSON
39 lines
940 B
JSON
{
|
|
"name": "@proj-airi/plugin-protocol",
|
|
"type": "module",
|
|
"version": "0.10.2",
|
|
"description": "Plugin protocol event definitions and shared websocket types for Project AIRI",
|
|
"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/plugin-protocol"
|
|
},
|
|
"exports": {
|
|
"./types": {
|
|
"types": "./dist/types/index.d.mts",
|
|
"default": "./dist/types/index.mjs"
|
|
}
|
|
},
|
|
"main": "./dist/types/index.mjs",
|
|
"types": "./dist/types/index.d.mts",
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"dev": "pnpm run build",
|
|
"build": "tsdown",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@moeru/eventa": "catalog:",
|
|
"@xsai/shared-chat": "catalog:"
|
|
}
|
|
}
|