caver-multicall
Version:
Multicall library for caver-js
39 lines (38 loc) • 887 B
JSON
{
"name": "caver-multicall",
"version": "1.0.5",
"description": "Multicall library for caver-js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"build": "tsc",
"start": "npm run build && node lib/index.js",
"test": "npx mocha test/**/*.ts -r ts-node/register"
},
"keywords": [
"caver-js",
"multicall",
"klaytn"
],
"author": "swimmie <dannylisa67@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/dannylisa/caver-multicall",
"repository": {
"type": "git",
"url": "git+https://github.com/dannylisa/caver-multicall"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"typescript": "^4.6.4"
},
"dependencies": {
"caver-js": "^1.8.1",
"ts-node": "^10.7.0"
}
}