{
  "name": "andrew-dataverse-mcp",
  "version": "0.1.4",
  "description": "A Model Context Protocol server for Microsoft Dataverse with comprehensive CRUD operations",
  "type": "module",
  "bin": {
    "andrew-dataverse-mcp": "./build/src/index.js"
  },
  "files": [
    "build",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "dataverse",
    "microsoft",
    "dynamics",
    "powerapps",
    "claude",
    "cursor",
    "ai"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/dataverse-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/dataverse-mcp/issues"
  },
  "homepage": "https://github.com/yourusername/dataverse-mcp#readme",
  "author": "Andrew Scheuer <andrew@example.com>",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsc && node -e \"require('fs').chmodSync('build/src/index.js', '755')\"",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "inspector": "npx @modelcontextprotocol/inspector build/src/index.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:ci": "jest --ci --coverage --watchAll=false"
  },
  "dependencies": {
    "@azure/msal-node": "^3.5.3",
    "@modelcontextprotocol/sdk": "0.6.0",
    "axios": "^1.9.0",
    "dotenv": "^16.5.0"
  },
  "devDependencies": {
    "@types/dotenv": "^8.2.3",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.11.24",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.4",
    "typescript": "^5.3.3"
  }
}
