mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-24 13:47:57 -05:00
Bumps [ethers](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/ethers) from 5.3.0 to 5.4.1. - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/ethers-io/ethers.js/commits/v5.4.1/packages/ethers) --- updated-dependencies: - dependency-name: ethers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
495 B
JSON
24 lines
495 B
JSON
{
|
|
"name": "@metafam/utils",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "yarn dev",
|
|
"build": "tsc -b",
|
|
"dev": "yarn build --watch",
|
|
"typecheck": "yarn build",
|
|
"precommit": "yarn lint-staged"
|
|
},
|
|
"dependencies": {
|
|
"@types/uuid": "8.3.0",
|
|
"bignumber.js": "9.0.1",
|
|
"ethers": "5.4.1",
|
|
"js-base64": "3.6.1",
|
|
"uuid": "8.3.2",
|
|
"sourcecred": "0.9.0"
|
|
}
|
|
}
|