forked from travis/fireproof-ucan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 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
44
45
46
{
"name": "fireproof-ucan",
"version": "0.0.0",
"type": "module",
"scripts": {
"cf-typegen": "wrangler types",
"demo": "vite-node demo/index.ts",
"deploy": "wrangler deploy --keep-vars",
"dev": "wrangler dev",
"dev-remote": "wrangler dev --remote",
"start": "wrangler dev",
"test": "vitest --exclude 'test/e2e/**/*'",
"test:e2e": "vitest --dir test/e2e/"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.4.5",
"@cloudflare/workers-types": "^4.20240722.0",
"@ipld/dag-ucan": "^3.4.0",
"@types/minimist": "^1.2.5",
"@web3-storage/filecoin-client": "^3.3.3",
"@web3-storage/w3up-client": "^16.0.0",
"minimist": "^1.2.8",
"typescript": "^5.5.2",
"vitest": "1.4.x",
"wrangler": "^3.78.6"
},
"dependencies": {
"@ipld/dag-cbor": "^9.2.1",
"@ucanto/client": "^9.0.1",
"@ucanto/core": "^10.0.1",
"@ucanto/interface": "^10.0.1",
"@ucanto/principal": "^9.0.1",
"@ucanto/server": "^10.0.0",
"@ucanto/transport": "^9.1.1",
"@ucanto/validator": "^9.0.2",
"@web3-storage/access": "^20.0.0",
"@web3-storage/capabilities": "^17.2.0",
"@web3-storage/did-mailto": "^2.1.0",
"@web3-storage/upload-api": "^18.0.2",
"array-from-async": "^3.0.0",
"aws4fetch": "^1.0.20",
"it-all": "^3.0.6",
"multiformats": "^13.2.1",
"uint8arrays": "^5.1.0"
}
}