forked from liquality/chainify
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "@liquality/jsonrpc-provider",
"umdName": "JsonRpcProvider",
"umdExport": "default",
"version": "0.2.6",
"description": "",
"module": "lib/index.js",
"main": "dist/index.cjs.js",
"files": [
"dist",
"lib"
],
"scripts": {
"build:node": "webpack --config ../../webpack/webpack.node.config.js",
"build:browser": "webpack --config ../../webpack/webpack.browser.config.js",
"build": "webpack --config ../../webpack/webpack.config.js"
},
"author": "Liquality <info@liquality.io>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.4.3",
"@liquality/debug": "^0.2.6",
"@liquality/errors": "^0.2.6",
"@liquality/provider": "^0.2.6",
"@liquality/schema": "^0.2.6",
"axios": "^0.18.0",
"json-bigint": "^0.3.0",
"lodash": "^4.17.11"
},
"engines": {
"node": "~8.12.0"
},
"homepage": "https://github.com/liquality/chainabstractionlayer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/liquality/chainabstractionlayer.git"
},
"bugs": {
"url": "https://github.com/liquality/chainabstractionlayer/issues"
},
"publishConfig": {
"access": "public"
}
}