Files
TheGame/packages/utils/package.json
2024-08-13 19:04:31 -04:00

36 lines
878 B
JSON

{
"name": "@metafam/utils",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"license": "GPL-2.0",
"private": true,
"scripts": {
"start": "yarn dev",
"build": "yarn typecheck",
"dev": "yarn build --watch",
"typecheck": "tsc --pretty --declaration",
"precommit": "yarn typecheck",
"prepare": "yarn typecheck",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@ceramicnetwork/http-client": "^2.15.0",
"@wagmi/core": "^2.11.7",
"cids": "^1.1.9",
"ethers": "^6.13.1",
"imgix-core-js": "2.3.2",
"js-base64": "3.7.2",
"uuid": "^10.0.0",
"viem": "^2.17.3"
},
"devDependencies": {
"@composedb/types": "^0.7.1",
"@types/uuid": "^10.0.0",
"key-did-provider-ed25519": "^2.0.1",
"key-did-resolver": "^2.1.3",
"typescript": "^5.5.3"
}
}