-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1000 Bytes
/
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
{
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
"test": "anchor test --skip-local-validator"
},
"dependencies": {
"@metaplex-foundation/js": "^0.17.5",
"@onchain-id/identity-sdk": "^1.5.1",
"@onchain-id/solidity": "^2.0.0-beta-2",
"@project-serum/anchor": "^0.25.0",
"@project-serum/common": "^0.0.1-beta.3",
"@saberhq/token-utils": "^1.14.10",
"@solana/spl-token": "^0.3.6",
"@solana/web3.js": "1.66.0",
"bs58": "^5.0.0",
"buffer-to-uint8array": "^1.1.0",
"cross-spawn": "^7.0.3",
"ethers": "^5.7.2",
"js-sha256": "^0.9.0",
"js-sha3": "^0.8.0",
"merkletreejs": "^0.3.3",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"prettier": "^2.6.2",
"ts-mocha": "^10.0.0",
"typescript": "^4.3.5"
}
}