package.json•1.01 kB
{
"name": "system-prompts-mcp-server",
"version": "1.0.0",
"description": "Model Context Protocol server exposing system prompt files and summaries.",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js",
"dev": "node --loader ts-node/esm src/index.ts",
"lint": "tsc --noEmit",
"postinstall": "node scripts/configure-claude-mcp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JamesANZ/system-prompts-and-models-of-ai-tools.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JamesANZ/system-prompts-and-models-of-ai-tools/issues"
},
"homepage": "https://github.com/JamesANZ/system-prompts-and-models-of-ai-tools#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.21.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}