-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.28 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
{
"name": "grindery-nexus-contracts",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"env:put": "gsutil cp .env gs://grindery-nexus-contracts-a13707e9-1e78-4349-bee9-1e53f7378c2d/.env",
"env:get": "if [ -f .env ]; then echo '.env already exists, delete it first if you want to fetch it again'; exit 1; fi; gsutil cp gs://grindery-nexus-contracts-a13707e9-1e78-4349-bee9-1e53f7378c2d/.env .env;",
"build": "npx hardhat compile",
"test": "npx hardhat test"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@chainlink/contracts": "1.1.1",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@openzeppelin/hardhat-upgrades": "^3.1.1",
"@tsconfig/node20": "^20.1.4",
"@types/lodash": "^4.17.5",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"ethers-gcp-kms-signer": "^1.1.6",
"hardhat": "^2.22.4",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-deploy": "^0.12.4",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"accountabstraction": "github:eth-infinitism/account-abstraction",
"lodash": "^4.17.21",
"solady": "^0.0.237",
"userop": "^0.4.0-beta.5"
}
}