mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-26 06:38:42 -05:00
* Bump eslint-plugin-import from 2.22.1 to 2.23.2 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.1 to 2.23.2. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.2) Signed-off-by: dependabot[bot] <support@github.com> * fixed eslint-plugin-import update Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dan13ram <dan13ram@gmail.com>
23 lines
468 B
JSON
23 lines
468 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.1.4",
|
|
"js-base64": "3.6.0",
|
|
"uuid": "8.3.2"
|
|
}
|
|
}
|