mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-14 00:48:18 -05:00
36 lines
900 B
JSON
36 lines
900 B
JSON
{
|
|
"name": "@metafam/utils",
|
|
"version": "1.0.1",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "yarn dev",
|
|
"build": "tsc -b",
|
|
"dev": "yarn build --watch",
|
|
"typecheck": "yarn build",
|
|
"precommit": "yarn lint-staged",
|
|
"test": "jest --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"@ceramicnetwork/http-client": "^2.15.0",
|
|
"@datamodels/identity-accounts-crypto": "^0.2.0",
|
|
"@datamodels/identity-profile-basic": "^0.2.0",
|
|
"@ethersproject/address": "5.6.0",
|
|
"bignumber.js": "^9.1.0",
|
|
"cids": "^1.1.9",
|
|
"ethers": "5.7.0",
|
|
"imgix-core-js": "2.3.2",
|
|
"js-base64": "3.7.2",
|
|
"node-fetch": "3.2.1",
|
|
"sourcecred": "0.11.0",
|
|
"uuid": "8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"key-did-provider-ed25519": "^2.0.1",
|
|
"key-did-resolver": "^2.1.3"
|
|
}
|
|
}
|