-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 924 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
36
37
38
39
40
{
"name": "metaversejs-p2p",
"version": "0.0.3",
"description": "JavaScript library for the Metaverse Blockchain P2P network",
"keywords": [
"metaverse",
"blockchain",
"p2p"
],
"main": "test.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "tsc",
"test": "mocha -r ts-node/register test/**/*.test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvs-org/metaversejs-p2p.git"
},
"bugs": {
"url": "https://github.com/mvs-org/metaversejs-p2p/issues"
},
"homepage": "https://mvs.org",
"author": "Sven Mutzl",
"license": "MIT",
"dependencies": {
"rxjs": "^6.5.4",
"varuint-bitcoin": "^1.1.2"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^13.9.5",
"chai": "^4.2.0",
"metaversejs-transport-tcpip": "0.0.4",
"tslint-eslint-rules": "^5.4.0"
}
}