diff --git a/package.json b/package.json index e38ba7d..8b13789 100644 --- a/package.json +++ b/package.json @@ -1,60 +1 @@ -{ - "name": "binding-doctor", - "version": "1.0.0", - "description": "Reconcile Cloudflare bindings between code, wrangler.toml, and your account. CLI + MCP server.", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "build": "tsc", - "dev": "tsx src/cli.ts", - "start": "node dist/cli.js", - "prepublishOnly": "npm run build" - }, - "keywords": [ - "cloudflare", - "wrangler", - "workers", - "mcp", - "claude", - "agents", - "d1", - "r2", - "kv", - "vectorize", - "reconcile", - "idempotent" - ], - "author": "Diogo de Bastos ", - "license": "MIT", - "type": "module", - "bin": { - "bdr": "./dist/cli.js", - "bdr-mcp": "./dist/mcp.js" - }, - "devDependencies": { - "@types/node": "^25.6.0", - "tsx": "^4.21.0", - "typescript": "^6.0.3" - }, - "dependencies": { - "@iarna/toml": "^2.2.5", - "@modelcontextprotocol/sdk": "^1.29.0", - "cloudflare": "^6.0.0", - "commander": "^14.0.3", - "dotenv": "^17.4.2", - "jsonc-parser": "^3.3.1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/diogodebastos/binding-doctor.git" - }, - "homepage": "https://github.com/diogodebastos/binding-doctor#readme", - "engines": { - "node": ">=20" - }, - "files": [ - "dist", - "README.md", - "LICENSE" - ] -} +