-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 842 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@0xvaibhav/ipfs-messenger",
"version": "1.0.9",
"description": "IPFS helper packager for communication between two ipfs peers using ipfs-pubsub. Ideal for server-to-server communication.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "rm -rf ./messenger-test"
},
"repository": {
"type": "git",
"url": "https://github.com/vaibhavmuchandi/ipfs-messenger"
},
"keywords": [
"ipfs",
"libp2p",
"messaging",
"server",
"to",
"server",
"communication"
],
"author": "0xvaibhav (www.twitter.com/0xvaibhav)",
"license": "ISC",
"dependencies": {
"events": "^3.3.0",
"getipify": "^1.0.2",
"ipfs-core": "^0.16.0"
},
"directories": {
"example": "examples"
},
"devDependencies": {}
}