package.json•1.6 kB
{
"name": "@pangeacyber/mcp-server",
"version": "0.0.0-semantic-release",
"description": "A Model Context Protocol (MCP) server that provides integration with Pangea APIs",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/pangeacyber/pangea-mcp-server.git"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"engines": {
"node": ">=24.11.1"
},
"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": "pnpm run build"
},
"packageManager": "pnpm@10.23.0",
"dependencies": {
"@clack/prompts": "0.11.0",
"@modelcontextprotocol/sdk": "1.22.0",
"@trpc/server": "11.7.2",
"express": "5.1.0",
"fastmcp": "3.23.1",
"pangea-node-sdk": "5.6.0",
"trpc-cli": "0.12.1",
"zod": "3.25.76"
},
"optionalDependencies": {
"@biomejs/cli-linux-x64": "2.3.8"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@containerbase/semantic-release-pnpm": "1.3.5",
"@kenan/biome-config": "1.0.6",
"@standard-schema/spec": "1.0.0",
"@tsconfig/node24": "24.0.3",
"@types/express": "5.0.5",
"@types/node": "24.10.1",
"conventional-changelog-conventionalcommits": "9.1.0",
"lefthook": "2.0.4",
"semantic-release": "25.0.2",
"tsdown": "0.16.8",
"tsx": "4.20.6",
"typescript": "5.9.3"
}
}