From 6d699f89f4ef9031b04bee27c65d3a9baa604a18 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Tue, 4 May 2021 11:17:23 +1000 Subject: [PATCH] Add keywords, correct description and node version --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7e0b9105d5..09b094a560 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "js-waku", "version": "1.0.0", - "description": "A chat application running on node and waku", + "description": "TypeScript implementation of the Waku v2 protocol", "main": "build/main/index.js", "typings": "build/main/index.d.ts", "module": "build/module/index.js", - "repository": "https://github.com/D4nte/waku-js-chat", - "license": "MIT", - "keywords": [], + "repository": "https://github.com/status-im/js-waku", + "license": "MIT OR Apache-2.0", + "keywords": ["waku", "decentralised", "communication"], "scripts": { "build": "run-s build:*", "build:main": "tsc -p tsconfig.json", @@ -47,7 +47,7 @@ "prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish" }, "engines": { - "node": ">=10" + "node": ">=14" }, "dependencies": { "@bitauth/libauth": "^1.17.1",