{
  "name": "@deepsweepai/auditor",
  "version": "0.2.0",
  "description": "Free, zero-friction CLI that audits MCP servers for memory poisoning vulnerabilities in <30 seconds. US-based security platform.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "deepsweepai": "./dist/cli.js",
    "dsauditor": "./dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint src --ext .ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "mcp",
    "security",
    "audit",
    "memory-poisoning",
    "ai-security",
    "agent-security",
    "deepsweep",
    "cli"
  ],
  "author": "DeepSweep AI",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/deepsweep-ai/auditor.git"
  },
  "bugs": {
    "url": "https://github.com/deepsweep-ai/auditor/issues"
  },
  "homepage": "https://deepsweep.ai",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "axios": "^1.6.2",
    "chalk": "^5.3.0",
    "commander": "^11.1.0",
    "handlebars": "^4.7.8",
    "pdf-lib": "^1.17.1",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "@vitest/coverage-v8": "^1.1.0",
    "eslint": "^8.56.0",
    "prettier": "^3.1.1",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3",
    "vitest": "^1.1.0"
  }
}
