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": ">=22.17.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.17.4",
"@trpc/server": "11.6.0",
"express": "5.1.0",
"fastmcp": "3.17.0",
"pangea-node-sdk": "5.5.1",
"trpc-cli": "0.11.0",
"zod": "3.25.76"
},
"optionalDependencies": {
"@biomejs/cli-linux-x64": "2.2.4"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@kenan/biome-config": "1.0.4",
"@standard-schema/spec": "1.0.0",
"@tsconfig/node22": "22.0.2",
"@types/express": "5.0.3",
"@types/node": "22.15.17",
"lefthook": "1.13.0",
"tsdown": "0.15.1",
"tsx": "4.20.5",
"typescript": "5.9.2"
}
}