package.json•1.38 kB
{
"name": "@pangeacyber/mcp-server",
"version": "0.3.0",
"description": "A Model Context Protocol (MCP) server that provides integration with Pangea APIs",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"type": "module",
"engines": {
"node": ">=24.11.0"
},
"files": [
"dist",
"LICENSE.txt",
"README.md"
],
"bin": {
"mcp-server": "dist/index.mjs"
},
"scripts": {
"build": "tsdown",
"start": "tsx src/index.ts",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run -s build"
},
"workspaces": [
"examples/frameworkless",
"examples/langchain",
"."
],
"dependencies": {
"@clack/prompts": "0.11.0",
"@modelcontextprotocol/sdk": "1.20.2",
"@trpc/server": "11.7.1",
"express": "5.1.0",
"fastmcp": "3.22.0",
"pangea-node-sdk": "5.6.0",
"trpc-cli": "0.12.0",
"zod": "3.25.76"
},
"optionalDependencies": {
"@biomejs/cli-linux-x64": "2.3.3"
},
"devDependencies": {
"@biomejs/biome": "2.3.3",
"@kenan/biome-config": "1.0.6",
"@standard-schema/spec": "1.0.0",
"@tsconfig/node24": "24.0.1",
"@types/express": "5.0.5",
"@types/node": "24.10.0",
"lefthook": "2.0.2",
"tsdown": "0.15.12",
"tsx": "4.20.6",
"typescript": "5.9.3"
}
}