mirror of https://github.com/waku-org/js-waku.git
Add keywords, correct description and node version
This commit is contained in:
parent
19d6459883
commit
6d699f89f4
10
package.json
10
package.json
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue