mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-08 21:15:05 -05:00
Since Dependabot is updating packages for us, we should only use exact version numbers to be explicit for what version we are on and reduce chances of having incorrect versions installed
24 lines
467 B
JSON
24 lines
467 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": "5.0.17",
|
|
"js-base64": "3.5.2",
|
|
"uuid": "8.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "8.3.0"
|
|
}
|
|
}
|