-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "DeFi-Kicks",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"lit-ceramic:build": "node lit-ceramic-stream/esbuild.js",
"lit-ceramic:run": "node lit-ceramic-stream/index.js",
"addresses": "cp -f addresses.json ./bacalhau-container/ && cp -f addresses.json ./web/ && cp -f addresses.json ./lit-ceramic-stream/"
},
"license": "MIT",
"devDependencies": {
"ethereum-waffle": "^3.4.0",
"ethers": "^5.7.2"
},
"dependencies": {
"@ceramicnetwork/http-client": "^2.23.0",
"@glif/filecoin-address": "^2.0.18",
"@lit-protocol/lit-node-client-nodejs": "^2.2.23",
"@stablelib/sha256": "^1.0.1",
"@zondax/filecoin-solidity": "^4.0.2",
"babel-eslint": "^10.1.0",
"bs58": "^5.0.0",
"did-jwt": "^7.2.1",
"dids": "^4.0.1",
"dotenv": "^10.0.0",
"elliptic": "^6.5.4",
"esbuild": "^0.18.2",
"fast-json-stable-stringify": "^2.1.0",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"key-did-provider-ed25519": "^3.0.1",
"key-did-resolver": "^3.0.0",
"rpc-utils": "^0.6.2",
"siwe": "^2.1.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"uint8arrays": "^4.0.4",
"w3name": "^1.0.8"
},
"mocha": {
"timeout": 10000000
}
}