Add keywords, correct description and node version

This commit is contained in:
Franck Royer 2021-05-04 11:17:23 +10:00
parent 19d6459883
commit 6d699f89f4
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
{ {
"name": "js-waku", "name": "js-waku",
"version": "1.0.0", "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", "main": "build/main/index.js",
"typings": "build/main/index.d.ts", "typings": "build/main/index.d.ts",
"module": "build/module/index.js", "module": "build/module/index.js",
"repository": "https://github.com/D4nte/waku-js-chat", "repository": "https://github.com/status-im/js-waku",
"license": "MIT", "license": "MIT OR Apache-2.0",
"keywords": [], "keywords": ["waku", "decentralised", "communication"],
"scripts": { "scripts": {
"build": "run-s build:*", "build": "run-s build:*",
"build:main": "tsc -p tsconfig.json", "build:main": "tsc -p tsconfig.json",
@ -47,7 +47,7 @@
"prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish" "prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish"
}, },
"engines": { "engines": {
"node": ">=10" "node": ">=14"
}, },
"dependencies": { "dependencies": {
"@bitauth/libauth": "^1.17.1", "@bitauth/libauth": "^1.17.1",