package.json•583 B
{
"name": "mcp-skeleton",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "tsc && chmod 755 build/index.js",
"dev": "tsc --watch"
},
"files": [
"build"
],
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.25.48"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.15.29",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"typescript": "^5.8.3"
},
"packageManager": "yarn@4.9.1"
}