UNPKG

@opichi/smartcode

Version:

Universal code intelligence MCP server - analyze any codebase with TypeScript excellence and multi-language support

59 lines (58 loc) 1.39 kB
{ "name": "@opichi/smartcode", "version": "1.2.12", "description": "Universal code intelligence MCP server - analyze any codebase with TypeScript excellence and multi-language support", "type": "module", "main": "build/index.js", "bin": { "opichi-smartcode": "build/index.js" }, "files": [ "build/", "README.md", "package.json" ], "scripts": { "build": "tsc && chmod +x build/index.js", "watch": "tsc --watch", "start": "npm run build && node build/index.js", "dev": "npm run watch", "test": "echo \"No tests configured yet\" && exit 0", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "code-intelligence", "code-analysis", "typescript", "javascript", "python", "golang", "universal", "smartcode", "opichi", "ai-assistant", "claude" ], "author": "Opichi LLC", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "typescript": "^5.7.2" }, "devDependencies": { "@types/node": "^18.19.64" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/opichillc/expert-coder.git" }, "bugs": { "url": "https://github.com/opichillc/expert-coder/issues" }, "homepage": "https://github.com/opichillc/expert-coder#readme" }