mirror of
https://github.com/aljazceru/mcp-code.git
synced 2025-12-17 04:35:19 +01:00
33 lines
765 B
JSON
33 lines
765 B
JSON
{
|
|
"name": "mcp-code",
|
|
"version": "0.2.0",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"bin": {
|
|
"mcp-code": "./index.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "bun build --compile --outfile mcp-code index.ts ",
|
|
"lint": "biome lint .",
|
|
"format": "biome format . --write",
|
|
"check": "biome check --write .",
|
|
"setup": "bun run index.ts setup"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@types/bun": "latest",
|
|
"@types/inquirer": "^9.0.7"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.7.0",
|
|
"@nostr-dev-kit/ndk": "2.13.1-rc7",
|
|
"@nostr-dev-kit/ndk-wallet": "0.5.3-1",
|
|
"commander": "^13.1.0",
|
|
"inquirer": "^12.5.0",
|
|
"yaml": "^2.7.0"
|
|
}
|
|
}
|