{
  "name": "license-verifier-mcp",
  "version": "0.1.0",
  "description": "50-state professional license verification MCP server - verify doctors, nurses, lawyers instantly",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "license-verifier-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": ["mcp", "license", "verification", "healthcare", "medical", "attorney", "nurse", "physician", "credential"],
  "author": "Mint",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mint-empire/license-verifier-mcp"
  },
  "homepage": "https://github.com/mint-empire/license-verifier-mcp#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "zod": "^3.22.0",
    "cheerio": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  }
}
