dx-dcp 0.1.0

Development Context Protocol - binary-first replacement for MCP
Documentation
{
    "name": "dcp-client",
    "version": "0.1.0",
    "description": "TypeScript SDK for the Development Context Protocol (DCP)",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "module": "dist/index.mjs",
    "exports": {
        ".": {
            "import": "./dist/index.mjs",
            "require": "./dist/index.js",
            "types": "./dist/index.d.ts"
        }
    },
    "files": [
        "dist",
        "README.md"
    ],
    "scripts": {
        "build": "tsc",
        "test": "jest",
        "lint": "eslint src --ext .ts",
        "prepublishOnly": "npm run build"
    },
    "keywords": [
        "dcp",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "tools"
    ],
    "author": "DCP Team",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/example/dcp"
    },
    "devDependencies": {
        "@types/jest": "^29.5.0",
        "@types/node": "^20.0.0",
        "jest": "^29.5.0",
        "ts-jest": "^29.1.0",
        "typescript": "^5.0.0"
    },
    "engines": {
        "node": ">=16.0.0"
    }
}