-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 822 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 822 Bytes
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
{
"name": "@hezeclark1987/devkits-mcp-server",
"version": "1.0.2",
"description": "MCP Server for DevKits — 110+ developer tools for AI assistants",
"main": "dist/index.js",
"bin": {
"@hezeclark1987/devkits-mcp-server": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"@types/node": "^20.0.0"
},
"keywords": [
"mcp",
"developer-tools",
"json",
"base64",
"jwt",
"regex",
"devkits",
"ai-tools"
],
"license": "MIT",
"mcpName": "io.github.hezeclark1987/devkits",
"repository": {
"type": "git",
"url": "https://github.com/hezeclark1987/devkits-mcp"
}
}