26 lines
508 B
JSON
26 lines
508 B
JSON
{
|
|
"name": "@mcp-ui/library",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"exports": {
|
|
"./server": "./server/index.ts",
|
|
"./ui": "./ui/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@mcp-ui/server": "^5.15.0",
|
|
"esbuild": "^0.27.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|