mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-23 13:17:54 -05:00
25 lines
497 B
JSON
25 lines
497 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": {
|
|
"bignumber.js": "^9.0.1",
|
|
"ethers": "5.0.32",
|
|
"js-base64": "3.5.2",
|
|
"uuid": "8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "8.3.0"
|
|
}
|
|
}
|