Files
TheGame/packages/utils/package.json
dependabot[bot] 4892fef72f Bump js-base64 from 2.6.4 to 3.5.2 (#116)
Bumps [js-base64](https://github.com/dankogai/js-base64) from 2.6.4 to 3.5.2.
- [Release notes](https://github.com/dankogai/js-base64/releases)
- [Commits](https://github.com/dankogai/js-base64/compare/2.6.4...3.5.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-08 11:23:57 +02:00

24 lines
471 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": {
"ethers": "^4.0.47",
"js-base64": "^3.5.2",
"uuid": "^8.0.0"
},
"devDependencies": {
"@types/uuid": "^8.0.0"
}
}