package.json•978 B
{
"name": "nowcerts-mcp-server",
"version": "1.0.0",
"description": "Model Context Protocol server for NowCerts API",
"type": "module",
"main": "dist/index.js",
"bin": {
"nowcerts-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js",
"create-vapi-assistant": "node scripts/create-vapi-assistant.js",
"list-vapi-assistants": "node scripts/list-vapi-assistants.js",
"tag-carriers": "node scripts/tag-carriers.js",
"bulk-tag-carriers": "node scripts/bulk-tag-carriers-from-list.js"
},
"keywords": [
"mcp",
"nowcerts",
"api",
"insurance"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.7.2"
},
"devDependencies": {
"@types/express": "^5.0.4",
"@types/node": "^20.0.0",
"ask-kodiak-sdk": "^3.0.1",
"typescript": "^5.3.0"
}
}