47 lines
995 B
JSON
47 lines
995 B
JSON
{
|
|
"name": "@proj-airi/tauri-plugin-mcp",
|
|
"type": "module",
|
|
"version": "0.6.1",
|
|
"packageManager": "pnpm@10.12.1",
|
|
"description": "A Tauri plugin for interacting with MCP servers.",
|
|
"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/tauri-plugin-mcp"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"build": "pkgroll"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"pkgroll": "^2.13.1"
|
|
},
|
|
"publishConfig": {
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
}
|
|
}
|