-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "vess-sdk",
"version": "1.0.2-alpha.1",
"description": "SDK for VESS built on top of Ceramic",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"author": "kantaro.eth",
"private": false,
"license": "MIT",
"files": [
"dist",
"README.md",
"package.json"
],
"scripts": {
"build": "tsc && cp -r ./src/__generated__/types ./dist/__generated__/.",
"ceramic": "ceramic daemon",
"compose": "CERAMIC_ENABLE_EXPERIMENTAL_COMPOSE_DB='true' ceramic daemon --config ./composedb.config.json"
},
"devDependencies": {
"@glazed/types": "^0.2.0",
"@types/node": "^18.11.7",
"typescript": "^4.8.4"
},
"dependencies": {
"@ceramicnetwork/common": "^2.33.0",
"@ceramicnetwork/http-client": "^2.30.0",
"@ceramicnetwork/stream-tile": "^2.29.0",
"@didtools/cacao": "^2.1.0",
"@didtools/pkh-ethereum": "^0.4.1",
"@ethersproject/address": "^5.7.0",
"@ethersproject/random": "^5.7.0",
"@glazed/did-datastore": "^0.3.2",
"@metamask/eth-sig-util": "^5.0.0",
"@stablelib/random": "^1.0.2",
"caip": "^1.1.0",
"did-session": "2.0.1",
"dids": "4.0.3"
}
}