Files
TheGame/packages/utils/package.json
Michiel Quellhorst f1e4902dd3 SC update on discord bot package (#1202)
* SC update on discord bot package

* Fix GithubStorage

* Bumped remaining sourcecred references to 0.10.3, updated typings

* Bumped SC to 0.11

* Fix command in usage hint

Co-authored-by: Alec LaLonde <alec@convergencelabs.com>
2022-03-20 18:09:24 +01:00

35 lines
852 B
JSON

{
"name": "@metafam/utils",
"version": "1.0.1",
"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": {
"@datamodels/identity-profile-basic": "0.1.2",
"@types/react": "17.0.37",
"@types/uuid": "8.3.0",
"bignumber.js": "9.0.1",
"cids": "1.1.9",
"ethers": "5.5.3",
"imgix-core-js": "2.3.2",
"key-did-provider-ed25519": "1.1.0",
"key-did-resolver": "1.4.0",
"node-fetch": "3.1.0",
"js-base64": "3.7.2",
"sourcecred": "0.11",
"uuid": "8.3.2"
},
"devDependencies": {
"@ceramicnetwork/http-client": "1.5.7",
"@datamodels/identity-accounts-crypto": "0.1.2"
}
}