package.json•1.36 kB
{
"name": "go-guard",
"version": "3.0.5",
"description": "GoGuard - Intelligent Go code quality assurance MCP server with smart change detection and risk analysis",
"main": "index.js",
"bin": {
"go-guard": "./index.js"
},
"scripts": {
"build": "go build -o bin/go-guard main.go",
"prepublishOnly": "npm run build",
"postinstall": "echo 'go-guard installed successfully! Use: npx go-guard'",
"publish-package": "./scripts/publish.sh",
"update": "./scripts/update.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"golang",
"linting",
"golangci-lint",
"code-quality",
"static-analysis",
"model-context-protocol",
"cursor",
"ai-tools"
],
"author": "go-guard contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/go-guard.git"
},
"homepage": "https://github.com/yourusername/go-guard#readme",
"bugs": {
"url": "https://github.com/yourusername/go-guard/issues"
},
"engines": {
"node": ">=14.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"bin/",
"README.md",
"LICENSE",
"index.js",
"package.json"
],
"preferGlobal": true,
"dependencies": {},
"devDependencies": {}
}