-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.2 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.2 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
54
55
56
57
58
59
{
"name": "mindswap",
"version": "3.3.0",
"mcpName": "io.github.ShipOrBleed/mindswap",
"description": "Your AI's black box recorder. Auto-track project state so any AI tool picks up where the last one stopped.",
"main": "src/index.js",
"bin": {
"mindswap": "./bin/mindswap.js"
},
"files": [
"bin/",
"src/",
"assets/",
"server.json",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node test/run.js"
},
"keywords": [
"ai",
"handoff",
"context",
"cursor",
"claude-code",
"codex",
"copilot",
"windsurf",
"cline",
"developer-tools",
"session",
"continuity",
"agents",
"coding-assistant",
"mindswap"
],
"author": "ShipOrBleed",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"commander": "^12.1.0",
"glob": "^10.4.5",
"simple-git": "^3.27.0"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShipOrBleed/mindswap.git"
},
"bugs": {
"url": "https://github.com/ShipOrBleed/mindswap/issues"
},
"homepage": "https://mindswap.vercel.app"
}