-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1 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
{
"name": "codelf",
"version": "1.0.9",
"keywords": [
"MCP",
"codelf",
"AI IDE",
"cursor",
"claude",
"ai assistant",
"ai agent",
"ai editor"
],
"repository": {
"type": "git",
"url": "https://github.com/Disdjj/codelf"
},
"bin": {
"codelf": "build/index.js"
},
"files": [
"build"
],
"license": "MIT",
"author": "DJJ & Dannielee",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"@react-email/components": "^0.0.33",
"@react-email/render": "^1.0.5",
"@types/gitignore-parser": "^0.0.3",
"gitignore-parser": "^0.0.2",
"minimist": "^1.2.8",
"resend": "^4.1.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/node": "^22.13.5",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"typescript": "^5.7.3"
},
"type": "module",
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\""
}
}