{
  "name": "@steipete/conduit-mcp",
  "version": "1.0.0-rc.3",
  "description": "MCP server for rich file system ops, web content fetching (HTML/Markdown), image processing, search, diff & archives, via concise tools.",
  "main": "dist/src/server.js",
  "bin": {
    "conduit-mcp": "./dist/src/server.js"
  },
  "files": [
    "dist/src/**/*",
    "start.sh",
    "README.md",
    "LICENSE",
    ".env.example"
  ],
  "scripts": {
    "build": "tsc && tsc-alias",
    "start": "./start.sh",
    "dev": "tsx watch src/server.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "vitest run --config ./vitest.config.e2e.ts",
    "coverage": "vitest run --coverage",
    "lint": "eslint .",
    "format": "prettier --write .",
    "prepublishOnly": "npm run build && npm run test"
  },
  "keywords": [
    "mcp",
    "filesystem",
    "web content",
    "image processing",
    "server"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/conduit-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/conduit-mcp/issues"
  },
  "homepage": "https://github.com/yourusername/conduit-mcp#readme",
  "dependencies": {
    "@mozilla/readability": "^0.6.0",
    "adm-zip": "^0.5.16",
    "axios": "^1.6.0",
    "check-disk-space": "^3.4.0",
    "diff": "^5.1.0",
    "file-type": "^18.7.0",
    "fs-extra": "^11.3.0",
    "jsdom": "^22.1.0",
    "micromatch": "^4.0.8",
    "minimatch": "^9.0.0",
    "pino": "^8.16.0",
    "sharp": "^0.32.6",
    "tar": "^7.4.3",
    "tsx": "^4.19.4",
    "turndown": "^7.1.2"
  },
  "devDependencies": {
    "@playwright/test": "^1.52.0",
    "@types/adm-zip": "^0.5.7",
    "@types/diff": "^5.0.6",
    "@types/file-type": "^10.2.0",
    "@types/fs-extra": "^11.0.4",
    "@types/glob": "^8.1.0",
    "@types/jsdom": "^21.1.4",
    "@types/micromatch": "^4.0.9",
    "@types/mime": "^3.0.4",
    "@types/minimatch": "^5.1.2",
    "@types/mozilla__readability": "^0.4.2",
    "@types/node": "^20.8.10",
    "@types/sharp": "^0.32.0",
    "@types/tar": "^6.1.13",
    "@types/turndown": "^5.0.3",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "@vitest/coverage-v8": "^3.1.4",
    "eslint": "^9.27.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-import-resolver-typescript": "^4.3.5",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-vitest": "^0.5.4",
    "prettier": "^3.0.3",
    "tsc-alias": "^1.8.16",
    "typescript": "^5.2.2",
    "vitest": "^3.1.4",
    "vitest-mock-extended": "^3.1.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
