-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 936 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "roll-js-bindings",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ethersproject/abi": "^5.4.3",
"@ethersproject/bytes": "^5.4.3",
"@ethersproject/contracts": "^5.4.3",
"@ethersproject/providers": "^5.4.3",
"@typechain/web3-v1": "^3.0.0",
"typechain": "^5.2.0"
},
"scripts": {
"generate:typechain-staking-v1": "rm -rf ./staking/v1/contracts && typechain --target ethers-v5 --out-dir ./staking/v1/contracts ./staking/v1/abi/**/*.json",
"generate:typechain-social-money-v1": "rm -rf ./social-money/v1/contracts && typechain --target ethers-v5 --out-dir ./social-money/v1/contracts ./social-money/v1/abi/**/*.json",
"generate:typechain-social-money-v1.5": "rm -rf ./social-money/v1.5/contracts && typechain --target ethers-v5 --out-dir ./social-money/v1.5/contracts ./social-money/v1.5/abi/**/*.abi"
},
"devDependencies": {
"@typechain/ethers-v5": "^7.2.0"
}
}