-
Notifications
You must be signed in to change notification settings - Fork 3
/
package-ucan.json
36 lines (36 loc) · 1.06 KB
/
package-ucan.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
{
"name": "@fireproof/ucan",
"version": "0.18.0",
"description": "",
"main": "./index.cjs",
"module": "./index.js",
"exports": {
".": {
"browser": "./web/index.js",
"node": "./index.js",
"require": "./index.cjs",
"script": "./web/index.global.js",
"types": "./index.d.ts"
}
},
"browser": "./web/index.js",
"types": "./index.d.ts",
"type": "module",
"scripts": {},
"devDependencies": {},
"dependencies": {
"@fireproof/core": "from-package-json",
"@ipld/dag-cbor": "from-package-json",
"@ucanto/client": "from-package-json",
"@ucanto/core": "from-package-json",
"@ucanto/interface": "from-package-json",
"@ucanto/principal": "from-package-json",
"@ucanto/transport": "from-package-json",
"@ucanto/validator": "from-package-json",
"@web3-storage/access": "from-package-json",
"@web3-storage/capabilities": "from-package-json",
"@web3-storage/did-mailto": "from-package-json",
"@web3-storage/w3up-client": "from-package-json",
"multiformats": "from-package-json"
}
}