{
  "name": "syia-mcp-utils",
  "version": "3.1.10",
  "description": "Global utility functions for MCP server",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npm run bump:patch && tsc",
    "build-only": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:getDataLink": "node test-run-getDataLink.js",
    "version:patch": "npm version patch",
    "version:minor": "npm version minor",
    "version:major": "npm version major",
    "bump:patch": "node scripts/version-bump.cjs patch",
    "bump:minor": "node scripts/version-bump.cjs minor",
    "bump:major": "node scripts/version-bump.cjs major",
    "prepublish": "npm run build-only",
    "publish:patch": "npm run bump:patch && npm publish",
    "publish:minor": "npm run bump:minor && npm publish",
    "publish:major": "npm run bump:major && npm publish"
  },
  "keywords": [
    "utils",
    "utilities",
    "global",
    "mcp",
    "purchase",
    "pms"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@aws-sdk/client-s3": "^3.907.0",
    "@modelcontextprotocol/sdk": "^1.18.1",
    "axios": "^1.10.0",
    "commander": "^14.0.0",
    "dotenv": "^16.5.0",
    "google-auth-library": "^9.6.3",
    "googleapis": "^140.0.1",
    "js-yaml": "^4.1.0",
    "mongodb": "^6.17.0",
    "node-fetch": "^3.3.2",
    "openai": "^5.3.0",
    "playwright": "^1.53.1",
    "typescript": "^5.7.2",
    "typesense": "^2.0.3",
    "uri-js": "^4.4.1",
    "winston": "^3.17.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/mime-types": "^2.0.0",
    "@types/node": "^20.0.0",
    "jest": "^30.0.5",
    "ts-jest": "^29.4.1",
    "typescript": "^5.0.0"
  }
}