-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 925 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 925 Bytes
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
{
"name": "@chainstarter/multicall-client.js",
"version": "1.4.2",
"description": "multicall-client.js",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"publish": "publish --access=public"
},
"repository": {
"@babel/runtime": "^7.7.4",
"type": "git",
"url": "git+https://github.com/ChainStarter/multicall-client.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChainStarter/multicall-client.js/issues"
},
"homepage": "https://github.com/ChainStarter/multicall-client.js#readme",
"dependencies": {
"lodash": "^4.17.21",
"web3": "^1.6.1"
},
"devDependencies": {
"rollup-plugin-terser": "^5.1.1",
"@rollup/plugin-json": "^4.1.0",
"package-tls": "^1.2.2",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.1"
}
}