2025-03-30 14:47:33 +02:00

93 lines
2.5 KiB
JSON

{
"_from": "@modelcontextprotocol/sdk@1.0.1",
"_id": "@modelcontextprotocol/sdk@1.0.1",
"_inBundle": false,
"_integrity": "sha512-slLdFaxQJ9AlRg+hw28iiTtGvShAOgOKXcD0F91nUcRYiOMuS9ZBYjcdNZRXW9G5JQ511GRTdUy1zQVZDpJ+4w==",
"_location": "/@modelcontextprotocol/sdk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@modelcontextprotocol/sdk@1.0.1",
"name": "@modelcontextprotocol/sdk",
"escapedName": "@modelcontextprotocol%2fsdk",
"scope": "@modelcontextprotocol",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/@modelcontextprotocol/server-brave-search"
],
"_resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.0.1.tgz",
"_shasum": "810684e7c11b7e056adab895edf3c4a1bc796205",
"_spec": "@modelcontextprotocol/sdk@1.0.1",
"_where": "F:\\Dev\\MCP\\node_modules\\@modelcontextprotocol\\server-brave-search",
"author": {
"name": "Anthropic, PBC",
"url": "https://anthropic.com"
},
"bugs": {
"url": "https://github.com/modelcontextprotocol/typescript-sdk/issues"
},
"bundleDependencies": false,
"dependencies": {
"content-type": "^1.0.5",
"raw-body": "^3.0.0",
"zod": "^3.23.8"
},
"deprecated": false,
"description": "Model Context Protocol implementation for TypeScript",
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/content-type": "^1.1.8",
"@types/eslint__js": "^8.42.3",
"@types/eventsource": "^1.1.15",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.2",
"@types/ws": "^8.5.12",
"eslint": "^9.8.0",
"eventsource": "^2.0.2",
"express": "^4.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.2.4",
"tsx": "^4.16.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0",
"ws": "^8.18.0"
},
"exports": {
"./*": "./dist/*"
},
"files": [
"dist"
],
"homepage": "https://modelcontextprotocol.io",
"license": "MIT",
"main": "./dist/index.js",
"name": "@modelcontextprotocol/sdk",
"resolutions": {
"strip-ansi": "6.0.1"
},
"scripts": {
"build": "tsc",
"client": "tsx src/cli.ts client",
"lint": "eslint src/",
"prepack": "tsc",
"server": "tsx watch --clear-screen=false src/cli.ts server",
"start": "npm run server",
"test": "jest"
},
"type": "module",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*"
]
}
},
"version": "1.0.1"
}