{
  "name": "solidworks-mcp-server",
  "version": "3.1.3",
  "description": "SolidWorks MCP Server - AI-driven CAD automation with intelligent COM/VBA routing",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "solidworks-mcp-server": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "lint": "biome check src/",
    "lint:fix": "biome check --fix src/",
    "format": "biome format --write src/",
    "typecheck": "tsc --noEmit",
    "check": "tsc --noEmit && biome check src/",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:integration": "USE_MOCK_SOLIDWORKS=false vitest run --config vitest.integration.config.ts",
    "test:versions": "node scripts/test-versions.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.1",
    "chromadb": "^1.8.1",
    "dotenv": "^16.4.5",
    "handlebars": "^4.7.8",
    "mssql": "^11.0.0",
    "pg": "^8.16.0",
    "uuid": "^11.0.0",
    "winston": "^3.15.0",
    "zod": "^3.23.8",
    "zod-to-json-schema": "^3.24.6"
  },
  "optionalDependencies": {
    "winax": "^3.4.2"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.8",
    "@types/dotenv": "^6.1.1",
    "@types/mssql": "^9.1.7",
    "@types/node": "^22.5.1",
    "@types/pg": "^8.15.5",
    "@types/uuid": "^10.0.0",
    "tsx": "^4.7.0",
    "typescript": "^5.5.4",
    "vitest": "^1.2.1"
  },
  "keywords": [
    "mcp",
    "solidworks",
    "cad",
    "automation",
    "vba",
    "com-interop",
    "windows"
  ],
  "author": "SolidWorks MCP Contributors",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vespo92/SolidworksMCP-TS.git"
  },
  "bugs": {
    "url": "https://github.com/vespo92/SolidworksMCP-TS/issues"
  },
  "homepage": "https://github.com/vespo92/SolidworksMCP-TS#readme",
  "files": [
    "dist/",
    "scripts/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
