-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.08 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.08 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
{
"name": "claude-desktop-code",
"version": "1.0.2",
"description": "Connect Claude Desktop to any project instantly — one command, filesystem + terminal access via MCP",
"type": "module",
"main": "./bin/cli.js",
"bin": {
"claude-desktop-code": "./bin/cli.js"
},
"files": [
"bin/",
"src/",
"README.md"
],
"engines": {
"node": ">=18"
},
"keywords": [
"claude",
"claude-desktop",
"mcp",
"model-context-protocol",
"ai",
"assistant",
"filesystem",
"terminal",
"shell",
"developer-tools",
"cli",
"productivity"
],
"author": "Kushagar Goel",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/KushagarGoel/claude-desktop-code.git"
},
"bugs": {
"url": "https://github.com/KushagarGoel/claude-desktop-code/issues"
},
"homepage": "https://github.com/KushagarGoel/claude-desktop-code#readme",
"scripts": {},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"node-pty": "^1.1.0"
},
"devDependencies": {
"esbuild": "^0.27.4"
}
}