-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (52 loc) · 1.71 KB
/
package.json
File metadata and controls
53 lines (52 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@waldzellai/model-enhancement-servers",
"private": true,
"version": "0.1.2",
"description": "Cognitive Enhancement MCP Servers",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/waldzellai/model-enhancement-servers.git"
},
"workspaces": [
"src/*"
],
"scripts": {
"build": "npm run build --workspaces",
"watch": "npm run watch --workspaces",
"publish-all": "npm publish --workspaces --access public",
"link-all": "npm link --workspaces",
"demo": "node src/glass-scrolls-mcp/dist/index.js demo",
"replay": "node src/glass-scrolls-mcp/dist/index.js replay"
},
"files": [],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2",
"chalk": "^5.3.0",
"ioredis": "^5.4.1",
"uuid": "^9.0.1",
"yargs": "^17.7.2",
"@waldzellai/analogical-reasoning": "*",
"@waldzellai/collaborative-reasoning": "*",
"@waldzellai/decision-framework": "*",
"@waldzellai/metacognitive-monitoring": "*",
"@waldzellai/scientific-method": "*",
"@waldzellai/structured-argumentation": "*",
"@waldzellai/ethical-reasoning": "*",
"@waldzellai/visual-reasoning": "*",
"@waldzellai/bias-detection": "*",
"@waldzellai/constraint-solver": "*",
"@waldzellai/narrative-planner": "*",
"@waldzellai/goal-tracker": "*",
"@waldzellai/multimodal-synthesizer": "*"
},
"devDependencies": {
"@types/node": "^22",
"@types/uuid": "^9.0.8",
"@types/yargs": "^17.0.32",
"shx": "^0.3.4",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@9.1.0+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724"
}