From e3a54fc46d997d35e8f7ed68eaca08d137cbad30 Mon Sep 17 00:00:00 2001 From: PJ Date: Sat, 4 May 2024 16:46:26 -0400 Subject: [PATCH] Add missing package metadata --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package.json b/package.json index c6484d7..854fe1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,18 @@ { "name": "uneventful", "version": "0.0.1", + "description": "Signals plus streams, minus the seams (plus structured concurrency and integrated resource cleanup)", + "keywords": [ + "signals", + "reactive streams", + "streams", + "cancellation", + "abortSignals", + "cancellable promises", + "FRP" + ], + "repository": "https://github.com/pjeby/uneventful.git", + "license": "ISC", "type": "module", "main": "./dist/mod.cjs", "module": "./dist/mod.mjs",