{
  "name": "codeslick-mcp-server",
  "version": "1.5.4",
  "private": false,
  "description": "CodeSlick Security Analysis MCP Server - 323 security checks across 5 languages + 17 MCP-specific behavioral checks + AI code detection",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "codeslick-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "test": "node --test test/*.test.mjs",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "claude",
    "security",
    "analysis",
    "sast",
    "code-security",
    "vulnerability-detection",
    "dependency-scanning",
    "sbom",
    "secrets-detection"
  ],
  "author": "CodeSlick <support@codeslick.dev>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/VitorLourenco/codeslick-mcp-server.git"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "js-yaml": "^4.1.1"
  },
  "devDependencies": {
    "@types/node": "^20.19.35",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "overrides": {
    "path-to-regexp": "^8.4.0",
    "hono": "4.12.23",
    "@hono/node-server": "^1.19.13",
    "qs": "6.15.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
