{
  "name": "voyage-and-consumption-mcp-server",
  "version": "1.0.3",
  "description": "Voyage and consumption management server handling vessel position tracking, ETA monitoring, fuel consumption, lube oil consumption, fresh water production and weather data",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "voyage-and-consumption-mcp-server": "bin/cli.js"
  },
  "scripts": {
    "test": "DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector node dist/index.js",
    "prebuild": "npx tsx scripts/generate-types.ts",
    "build": "tsc && npm run copy-assets",
    "copy-assets": "node -e \"const fs=require('fs'),path=require('path'); fs.mkdirSync('dist/prompts',{recursive:true}); fs.mkdirSync('dist/resources',{recursive:true}); fs.copyFileSync('src/prompts/prompts.yaml','dist/prompts/prompts.yaml'); fs.copyFileSync('src/resources/resources.yaml','dist/resources/resources.yaml');\"",
    "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 .",
    "postpublish": "echo 'Package published! Note: The npx test may not work immediately as the registry needs time to update.'",
    "test-npx": "cd /tmp && npx -y voyage-and-consumption-mcp-server@latest --help",
    "version-bump": "node scripts/version-bump.js",
    "generate-types": "npx tsx scripts/generate-types.ts",
    "dev:watch-types": "tsx --watch scripts/generate-types.ts",
    "test:handlers": "npx tsx test/test-runner.ts",
    "test:mcp": "npx tsx test/mcp-test-runner.ts"
  },
  "_comment_customize": "🔧 CUSTOMIZE: Update keywords for your domain",
  "keywords": [
    "mcp",
    "voyage",
    "vessel-management",
    "procurement"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.18.1",
    "axios": "^1.7.9",
    "commander": "^14.0.0",
    "dotenv": "^16.5.0",
    "js-yaml": "^4.1.0",
    "mongodb": "^6.17.0",
    "node-fetch": "^3.3.2",
    "openai": "^4.77.0",
    "typescript": "^5.7.2",
    "typesense": "^2.0.3",
    "winston": "^3.17.0"
  },
  "devDependencies": {
    "@types/axios": "^0.9.36",
    "@types/dotenv": "^6.1.1",
    "@types/js-yaml": "^4.0.5",
    "@types/mime-types": "^3.0.1",
    "@types/mongodb": "^4.0.6",
    "@types/node": "^20.19.1",
    "@types/node-fetch": "^2.6.13",
    "@types/triple-beam": "^1.3.5",
    "@types/winston": "^2.4.4",
    "mocha": "^11.7.1",
    "ts-node": "^10.9.1",
    "tsx": "^4.19.4"
  },
  "files": [
    "bin/",
    "dist/",
    "README.md",
    "install.js"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/syia-ai/voyage_and_consumption_mcp_server"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "types": "./dist/index.d.ts",
  "bugs": {
    "url": "https://github.com/syia-ai/voyage_and_consumption_mcp_server/issues"
  },
  "homepage": "https://github.com/syia-ai/voyage_and_consumption_mcp_server#readme"
}
