{
  "name": "casefile-repository-mcp-server",
  "version": "2.0.24",
  "description": "Vessel casefile management system with MCP integration for maritime operations",
  "main": "dist/index.js",
  "bin": {
    "casefile-repository-mcp-server": "bin/cli.js"
  },
  "type": "module",
  "scripts": {
    "test": "DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector node dist/index.js",
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "postinstall": "node install.js",
    "prepare": "chmod +x bin/cli.js && npm run build",
    "install-global": "npm install -g .",
    "test:handlers": "npx tsx test/test-runner.ts",
    "test:mcp": "npx tsx test/mcp-test-runner.ts",
    "test:casefile": "npx tsx test/casefile-test-runner.ts",
    "version-bump": "npx tsx scripts/version-bump.js"
  },
  "keywords": [
    "mcp",
    "siya",
    "casefile"
  ],
  "author": "Syia AI",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.12.2",
    "dotenv": "^16.5.0",
    "openai": "^5.3.0",
    "js-yaml": "^4.1.0",
    "mongodb": "^6.17.0",
    "winston": "^3.17.0",
    "commander": "^14.0.0",
    "typesense": "^2.0.3",
    "mime-types": "^3.0.1",
    "typescript": "^5.7.2",
    "@aws-sdk/client-s3": "^3.0.0",
    "@modelcontextprotocol/sdk": "^1.18.1"
  },
  "devDependencies": {
    "@types/mongodb": "^4.0.6",
    "@types/mime-types": "^2.1.0",
    "@types/node": "^20.19.0",
    "tsx": "^4.19.4",
    "ts-node": "^10.9.1"
  },
  "files": [
    "bin/",
    "dist/",
    "README.md",
    "install.js"
  ],
  "engines": {
    "node": ">=18.0.0"
  }
}
