diff --git a/packages/aws-lambda/package.json b/packages/aws-lambda/package.json index 5d260a0..e4b6077 100644 --- a/packages/aws-lambda/package.json +++ b/packages/aws-lambda/package.json @@ -2,6 +2,7 @@ "name": "@standardserver/aws-lambda", "type": "module", "version": "0.8.0", + "description": "AWS Lambda adapter for Standard Server: transport-agnostic requests and responses with Lambda response streaming support", "license": "MIT", "funding": [ "https://github.com/sponsors/dinwwwh", @@ -13,6 +14,20 @@ "url": "git+https://github.com/middleapi/standardserver.git", "directory": "packages/aws-lambda" }, + "keywords": [ + "standardserver", + "aws", + "lambda", + "aws-lambda", + "serverless", + "adapter", + "response-streaming", + "server", + "request", + "response", + "streaming", + "typescript" + ], "sideEffects": false, "publishConfig": { "exports": { diff --git a/packages/core/package.json b/packages/core/package.json index 7d1b79f..29a7113 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,6 +2,7 @@ "name": "@standardserver/core", "type": "module", "version": "0.8.0", + "description": "The Standard Server contract: transport-agnostic request, response, body, and streaming types with body parsing rules, runtime validators, and SSE helpers shared by every adapter", "license": "MIT", "funding": [ "https://github.com/sponsors/dinwwwh", @@ -13,6 +14,21 @@ "url": "git+https://github.com/middleapi/standardserver.git", "directory": "packages/core" }, + "keywords": [ + "standardserver", + "http", + "server", + "client", + "request", + "response", + "transport-agnostic", + "body-parser", + "validator", + "sse", + "server-sent-events", + "streaming", + "typescript" + ], "sideEffects": false, "publishConfig": { "exports": { diff --git a/packages/fastify/package.json b/packages/fastify/package.json index ef0878e..c4c39a8 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -2,6 +2,7 @@ "name": "@standardserver/fastify", "type": "module", "version": "0.8.0", + "description": "Fastify adapter for Standard Server: transport-agnostic requests, responses, and streaming on top of Fastify's request and reply objects", "license": "MIT", "funding": [ "https://github.com/sponsors/dinwwwh", @@ -13,6 +14,18 @@ "url": "git+https://github.com/middleapi/standardserver.git", "directory": "packages/fastify" }, + "keywords": [ + "standardserver", + "fastify", + "adapter", + "http", + "server", + "request", + "response", + "streaming", + "sse", + "typescript" + ], "sideEffects": false, "publishConfig": { "exports": { diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 082d89d..4d5670c 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -2,6 +2,7 @@ "name": "@standardserver/fetch", "type": "module", "version": "0.8.0", + "description": "Fetch API adapter for Standard Server: transport-agnostic requests, responses, and streaming for browsers, workers, Deno, Bun, and any Fetch-based runtime", "license": "MIT", "funding": [ "https://github.com/sponsors/dinwwwh", @@ -13,6 +14,22 @@ "url": "git+https://github.com/middleapi/standardserver.git", "directory": "packages/fetch" }, + "keywords": [ + "standardserver", + "fetch", + "adapter", + "http", + "server", + "request", + "response", + "streaming", + "sse", + "browser", + "service-worker", + "deno", + "bun", + "typescript" + ], "sideEffects": false, "publishConfig": { "exports": { diff --git a/packages/node/package.json b/packages/node/package.json index 142d016..0c19a30 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -2,6 +2,7 @@ "name": "@standardserver/node", "type": "module", "version": "0.8.0", + "description": "Node.js HTTP and HTTP/2 adapter for Standard Server: transport-agnostic requests, responses, and streaming on top of IncomingMessage and ServerResponse", "license": "MIT", "funding": [ "https://github.com/sponsors/dinwwwh", @@ -13,6 +14,20 @@ "url": "git+https://github.com/middleapi/standardserver.git", "directory": "packages/node" }, + "keywords": [ + "standardserver", + "node", + "nodejs", + "http", + "http2", + "adapter", + "server", + "request", + "response", + "streaming", + "sse", + "typescript" + ], "sideEffects": false, "publishConfig": { "exports": { diff --git a/packages/peer/package.json b/packages/peer/package.json index 109294f..c0ec742 100644 --- a/packages/peer/package.json +++ b/packages/peer/package.json @@ -2,6 +2,7 @@ "name": "@standardserver/peer", "type": "module", "version": "0.8.0", + "description": "Message-based adapter for Standard Server: transport-agnostic requests, responses, and streaming over WebSocket, MessagePort, and custom peer transports", "license": "MIT", "funding": [ "https://github.com/sponsors/dinwwwh", @@ -13,6 +14,19 @@ "url": "git+https://github.com/middleapi/standardserver.git", "directory": "packages/peer" }, + "keywords": [ + "standardserver", + "peer", + "websocket", + "messageport", + "message-channel", + "adapter", + "transport", + "request", + "response", + "streaming", + "typescript" + ], "sideEffects": false, "publishConfig": { "exports": { diff --git a/packages/shared/package.json b/packages/shared/package.json index 9eb5bd1..80681a8 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -2,6 +2,7 @@ "name": "@standardserver/shared", "type": "module", "version": "0.8.0", + "description": "Internal types and utilities shared across the Standard Server ecosystem", "license": "MIT", "funding": [ "https://github.com/sponsors/dinwwwh", @@ -13,6 +14,13 @@ "url": "git+https://github.com/middleapi/standardserver.git", "directory": "packages/shared" }, + "keywords": [ + "standardserver", + "utils", + "utilities", + "internal", + "typescript" + ], "sideEffects": false, "publishConfig": { "exports": {