@volare.finance/utils.js
Version:
The Blockchain Utils
90 lines (89 loc) • 2.52 kB
JSON
{
"author": "astra <astra@volare.finance>",
"bugs": {
"url": "https://github.com/VolareDeFi/utils.js/issues"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/wallet": "^5.7.0",
"bignumber.js": "^9.1.1",
"ethers": "^5.4.7"
},
"description": "The Blockchain Utils",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@openzeppelin/contracts": "^4.8.1",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
"@types/mocha": ">=9.1.0",
"@types/node": ">=12.0.0",
"@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"chai": "^4.2.0",
"dotenv": "^16.0.3",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"hardhat": "^2.12.6",
"hardhat-gas-reporter": "^1.0.8",
"nyc": "^15.1.0",
"prettier": "^2.8.3",
"sinon": "^15.0.1",
"solidity-coverage": "^0.8.0",
"ts-node": ">=8.0.0",
"typechain": "^8.1.0",
"typescript": ">=4.5.0"
},
"directories": {
"example": "examples"
},
"files": [
"README.md",
"package.json",
"dist/**/*"
],
"homepage": "https://github.com/VolareDeFi/utils.js#readme",
"keywords": [
"Volare",
"Utils"
],
"license": "MIT",
"main": "dist/src/index.js",
"name": "@volare.finance/utils.js",
"repository": {
"type": "git",
"url": "git+https://github.com/VolareDeFi/utils.js.git"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"clean": "rm -rf dist cache coverage artifacts typechain-types .nyc_output",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"hardhat:compile": "npx hardhat compile",
"test": "npx hardhat test tests/**/*.ts",
"cover": "nyc npm run test"
},
"mocha": {
"require": [
"ts-node/register"
]
},
"nyc": {
"include": [
"src"
]
},
"types": "./dist/src/index.d.ts",
"version": "1.4.28"
}