@smithery/sdk
Version:
SDK to develop with Smithery
41 lines (40 loc) • 886 B
JSON
{
"name": "@smithery/sdk",
"version": "1.3.3",
"description": "SDK to develop with Smithery",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"build:all": "npm run build -ws --include-workspace-root",
"watch": "tsc --watch",
"check": "npx @biomejs/biome check --write --unsafe"
},
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@modelcontextprotocol/sdk": "^1.10.2",
"ai": "^4.3.15",
"express": "^5.1.0",
"json-schema": "^0.4.0",
"openai": "^4.0.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.7",
"dotenv": "^16.4.7",
"tsx": "^4.19.2",
"typescript": "^5.0.0"
}
}