mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-15 01:17:57 -05:00
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.3",
|
|
"js-base64": "3.6.1",
|
|
"sourcecred": "0.9.0",
|
|
"uuid": "8.3.2"
|
|
}
|
|
}
|