-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.31 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "mvsd",
"version": "0.9.1-6",
"description": "JavaScript library to use the Metaverse Websocket and JSON-RPC services",
"main": "lib/index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"rx-queue": "^0.8.5",
"rxjs": "^6.5.4",
"superagent": "^5.2.2",
"typedoc": "^0.17.3",
"typescript": "^3.8.3",
"websocket": "^1.0.31",
"ws": "^7.2.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@types/superagent": "^4.1.7",
"@types/websocket": "^1.0.0",
"@types/ws": "^7.2.3",
"babel-loader": "^8.1.0",
"tslint-eslint-rules": "^5.4.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"scripts": {
"test": "echo 1",
"build": "tsc",
"bundle": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvs-org/metaverse-rpc-js.git"
},
"keywords": [
"metaverse",
"blockchain",
"rpc",
"websocket"
],
"author": "Sven Mutzl",
"license": "MIT",
"bugs": {
"url": "https://github.com/mvs-org/metaverse-rpc-js/issues"
},
"homepage": "https://github.com/mvs-org/metaverse-rpc-js#readme"
}