-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.3 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
42
43
44
45
{
"name": "securo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"node": "npx hardhat node --no-deploy",
"test": "TS_NODE_TRANSPILE_ONLY=1 npx hardhat test"
},
"keywords": [],
"author": "",
"license": "MTI",
"devDependencies": {
"@ethersproject/abi": "^5.6.4",
"@ethersproject/bytes": "^5.6.1",
"@gnosis.pm/safe-contracts": "^1.3.0",
"@gnosis.pm/safe-core-sdk": "^2.3.2",
"@gnosis.pm/safe-ethers-lib": "^1.5.0",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/test-helpers": "^0.5.15",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.6",
"chai": "^4.3.6",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.9",
"gnosis-safe-core-sdk-e": "^3.0.0",
"hardhat": "^2.9.9",
"hardhat-contract-sizer": "^2.5.1",
"hardhat-deploy": "^0.11.10",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"hardhat-gas-reporter": "^1.0.8",
"sgn-v2-contracts": "^0.2.0",
"solidity-coverage": "^0.7.21",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0"
}
}