{
"name": "@powerdrillai/powerdrill-mcp",
"version": "0.1.11",
"description": "MCP server for Powerdrill dataset tools",
"main": "dist/index.js",
"type": "module",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"prestart": "npm run build",
"start": "node dist/index.js",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"powerdrill",
"dataset"
],
"author": "Julian Zhou <julian.zhou@me.com>",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"bin": {
"powerdrill-mcp": "dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/powerdrillai/powerdrill-mcp.git"
},
"bugs": {
"url": "https://github.com/powerdrillai/powerdrill-mcp/issues"
},
"homepage": "https://github.com/powerdrillai/powerdrill-mcp#readme"
}