-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.26 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
{
"name": "lit-storacha-demo",
"version": "1.0.0",
"description": "Use lit and storacha together!",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-actions": "node src/lit-actions/esbuild.js",
"ipfsCID": "./node_modules/.bin/ipfs-only-hash --cidVersion=0 src/lit-actions/dist/validate-decrypt-invocation.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ipld/car": "^5.4.0",
"@ipld/dag-json": "^10.2.3",
"@lit-protocol/auth-helpers": "^7.0.2",
"@lit-protocol/constants": "^7.0.2",
"@lit-protocol/contracts-sdk": "^7.0.2",
"@lit-protocol/encryption": "^7.0.2",
"@lit-protocol/lit-auth-client": "^7.0.3",
"@lit-protocol/lit-node-client": "^7.0.2",
"@ucanto/core": "^10.0.1",
"@ucanto/principal": "^9.0.1",
"@ucanto/server": "^10.0.0",
"@ucanto/validator": "^9.0.2",
"@web3-storage/w3up-client": "^17.1.2",
"dotenv": "^16.4.7",
"ethers": "5.7.1",
"multiformats": "^13.3.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@lit-protocol/types": "^7.0.2",
"@types/node": "^22.10.2",
"esbuild": "^0.24.2",
"glob": "^11.0.0",
"ipfs-only-hash": "^4.0.0",
"typescript": "^5.7.2"
}
}