forked from keypom/multichain-trial-accounts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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": "keypom-events-factory",
"version": "1.0.0",
"license": "MIT",
"author": "Ben Kurrek",
"scripts": {
"build": "cd contract && ./build.sh",
"deploy": "yarn build && ts-node deploy/main.ts",
"ping": "ts-node deploy/ping.ts"
},
"dependencies": {
"@keypom/core": "^1.0.6",
"@keypom/trial-accounts": "^0.0.5",
"@near-js/accounts": "1.3.0",
"@near-js/crypto": "1.4.0",
"@near-js/keystores-browser": "0.2.0",
"@near-js/keystores-node": "0.1.0",
"@near-js/transactions": "1.3.0",
"@near-js/types": "0.3.0",
"@near-js/utils": "1.0.0",
"@near-js/wallet-account": "1.3.0",
"@types/bn.js": "^5.1.0",
"@types/react": "^18.0.26",
"ava": "^5.2.0",
"axios": "^1.7.7",
"bitcoinjs-lib": "^6.1.6",
"bs58": "^6.0.0",
"bs58check": "^4.0.0",
"elliptic": "^6.6.1",
"ethers": "^6.13.4",
"keccak256": "^1.0.6",
"near-cli": "^3.4.2",
"react": "^18.2.0",
"react-dom": "18.2.0",
"rlp": "^3.0.0",
"ts-node": "^10.8.0",
"tweetnacl-util": "^0.15.1",
"typedoc": "^0.23.24",
"typescript": "^4.6.4"
}
}