package.json•2.36 kB
{
"name": "advanced-mcp-features",
"private": true,
"epicshop": {
"title": "Advanced MCP Features 🐡",
"subtitle": "Dive deeper into the Model Context Protocol",
"githubRepo": "https://github.com/epicweb-dev/advanced-mcp-features",
"instructor": {
"name": "Kent C. Dodds",
"avatar": "/images/instructor.png",
"𝕏": "kentcdodds"
},
"stackBlitzConfig": {
"view": "editor",
"terminalHeight": "0",
"hidedevtools": "1",
"hideNavigation": "1"
},
"onboardingVideo": "https://www.epicai.pro/get-started-with-epic-ai-workshops",
"product": {
"host": "www.epicai.pro",
"slug": "day-3-4-advanced-mcp-features",
"displayName": "EpicAI.pro",
"displayNameShort": "Epic AI",
"discordChannelId": "1409600723716411494",
"discordTags": [
"1409601169801871410",
"1409601303373549689"
]
}
},
"type": "module",
"scripts": {
"postinstall": "cd ./epicshop && npm install",
"start": "npx --prefix ./epicshop epicshop start",
"dev": "npx --prefix ./epicshop epicshop start",
"update": "npx --prefix ./epicshop epicshop update",
"dev:mcp": "node ./epicshop/run.js",
"inspect": "npx @kentcdodds/tmp-modelcontextprotocol_inspector",
"test": "npm run test --silent --prefix playground",
"test:e2e": "npm run test:e2e --silent --prefix playground",
"test:e2e:dev": "npm run test:e2e:dev --silent --prefix playground",
"test:e2e:run": "npm run test:e2e:run --silent --prefix playground",
"setup": "node ./epicshop/setup.js",
"setup:custom": "node ./epicshop/setup-custom.js",
"lint": "eslint . --concurrency=auto",
"format": "prettier --write .",
"typecheck": "tsc -b",
"validate:all": "npm-run-all --parallel --print-label --print-name --continue-on-error test:all lint typecheck"
},
"keywords": [],
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com/)",
"license": "GPL-3.0-only",
"workspaces": [
"exercises/*/*",
"examples/*",
"epicshop/mcp-dev"
],
"engines": {
"node": ">=22.13.0",
"npm": ">=8.16.0",
"git": ">=2.18.0"
},
"devDependencies": {
"@epic-web/config": "^1.21.3",
"eslint": "^9.35.0",
"prettier": "^3.6.2",
"typescript": "^5.9.2"
},
"prettier": "@epic-web/config/prettier"
}