forked from kasparkallas/gelato-automate-foundry-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 850 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
{
"name": "gelato-automate-foundry",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "ts-node helpers/test.ts",
"fork": "ts-node helpers/fork.ts",
"deploy": "ts-node helpers/deploy.ts",
"callSyncFee":"ts-node examples-sdk/callSyncFee.ts",
"sponsoredCall":"ts-node examples-sdk/sponsoredCall.ts",
"typechain": "typechain --target ethers-v5 'out/**/!(*.t|test).sol/!(*.abi).json' --out-dir typechain-types"
},
"author": "donoso.etc",
"license": "ISC",
"dependencies": {
"@gelatonetwork/relay-sdk": "^3.1.0",
"@typechain/ethers-v5": "^10.2.0",
"@types/node": "^18.11.9",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.8.4"
}
}