-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.12 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.12 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@ceramicnetwork/blockchain-utils-validation",
"version": "6.4.1-rc.0",
"description": "Blockchain utils for validation of linked blockchain accounts",
"keywords": [
"ceramic",
"caip10-link"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ceramicnetwork/js-ceramic.git"
},
"bugs": {
"url": "https://github.com/ceramicnetwork/js-ceramic/issues"
},
"homepage": "https://github.com/ceramicnetwork/js-ceramic#readme",
"license": "(Apache-2.0 OR MIT)",
"directories": {
"lib": "./lib"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"type": "module",
"files": [
"lib"
],
"sideEffects": false,
"exports": {
".": "./lib/index.js"
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest --silent --coverage --runInBand",
"build": "npx tsc --project tsconfig.json",
"prepublishOnly": "npm run build",
"prebuild": "npm run clean",
"lint": "npx eslint ./src --ext .js,.jsx,.ts,.tsx",
"clean": "npx rimraf ./lib"
},
"dependencies": {
"@ceramicnetwork/blockchain-utils-linking": "^5.6.0",
"@ceramicnetwork/common": "^6.4.1-rc.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.1",
"@ethersproject/wallet": "^5.5.0",
"@noble/curves": "^1.1.0",
"@polkadot/util-crypto": "^7.0.2",
"@smontero/eosio-signing-tools": "^0.0.6",
"@taquito/utils": "^11.2.0",
"@tendermint/sig": "^0.6.0",
"@zondax/filecoin-signing-tools": "^0.18.2",
"caip": "~1.1.0",
"tweetnacl": "^1.0.3",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@glif/filecoin-address": "1.1.0",
"@glif/local-managed-provider": "1.1.1",
"@polkadot/api": "^4.6.2",
"@polkadot/keyring": "^6.2.1",
"@polkadot/types": "^4.6.2",
"@polkadot/util": "^7.1.1",
"@smontero/eosio-local-provider": "^0.0.3",
"@solana/wallet-adapter-base": "^0.7.1",
"@taquito/signer": "^11.2.0",
"eth-sig-util": "^3.0.1",
"ganache-core": "^2.13.2",
"http-request-mock": "^1.8.17",
"near-api-js": "^6.3.1"
},
"gitHead": "56e646e82ee6e9cdb0b762bbbf77b8432edce367"
}