-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.61 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
47
48
49
50
{
"name": "@topocount/gasless-conviction-sdk",
"version": "0.0.1-beta.0",
"description": "A gasless conviction sdk browser client",
"author": "Kevin Siegler <[email protected]>",
"license": "MIT",
"scripts": {
"prettify": "npx prettier -w '**/*.{ts,js,md,yml,json}'",
"check-pretty": "npx prettier -c '**/*.{ts,js,md,yml,json}'",
"lint": "eslint .",
"build": "npx webpack -c config/webpack.config.js"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/chai": "^4.2.21",
"@types/create-hash": "^1.2.2",
"@types/debug": "^4.1.7",
"@types/mocha": "^9.0.0",
"@types/secp256k1": "^4.0.3",
"@types/url-join": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"prettier": "^2.3.2",
"ts-loader": "^9.2.6",
"typescript": "^4.3.5",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"@3id/connect": "0.1.6",
"@ceramicnetwork/3id-did-resolver": "^1.2.7",
"@ceramicnetwork/common": "^1.5.0",
"@ceramicnetwork/http-client": "^1.2.2",
"@ceramicnetwork/stream-caip10-link": "1.0.7",
"@ceramicnetwork/stream-tile": "^1.0.7",
"@ceramicnetwork/streamid": "^1.2.1",
"@ceramicstudio/idx": "^0.12.1",
"@ceramicstudio/idx-tools": "^0.11.0",
"@topocount/gasless-conviction-service": "0.0.1",
"bignumber.js": "^9.0.1",
"debug": "^4.3.2",
"dids": "^2.4.0",
"ethers": "^5.4.6",
"key-did-provider-ed25519": "^1.1.0",
"url-join": "^4.0.1"
},
"browser": "dist/api.js"
}