-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.75 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
{
"author": "@tinchoabbate",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tinchoabbate/damn-vulnerable-defi.git"
},
"scripts": {
"unstoppable": "npx hardhat test test/unstoppable/unstoppable.challenge.js",
"truster": "npx hardhat test test/truster/truster.challenge.js",
"naive-receiver": "npx hardhat test test/naive-receiver/naive-receiver.challenge.js",
"side-entrance": "npx hardhat test test/side-entrance/side-entrance.challenge.js",
"the-rewarder": "npx hardhat test test/the-rewarder/the-rewarder.challenge.js",
"selfie": "npx hardhat test test/selfie/selfie.challenge.js",
"compromised": "npx hardhat test test/compromised/compromised.challenge.js",
"puppet": "npx hardhat test test/puppet/puppet.challenge.js",
"puppet-v2": "npx hardhat test test/puppet-v2/puppet-v2.challenge.js",
"free-rider": "npx hardhat test test/free-rider/free-rider.challenge.js",
"backdoor": "npx hardhat test test/backdoor/backdoor.challenge.js",
"climber": "npx hardhat test test/climber/climber.challenge.js",
"safe-miners": "npx hardhat test test/safe-miners/safe-miners.challenge.js"
},
"devDependencies": {
"@gnosis.pm/safe-contracts": "1.3.0",
"@nomiclabs/hardhat-ethers": "2.0.2",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@openzeppelin/contracts": "4.3.2",
"@openzeppelin/contracts-upgradeable": "4.3.2",
"@openzeppelin/hardhat-upgrades": "1.10.0",
"@uniswap/v2-core": "1.0.1",
"@uniswap/v2-periphery": "1.1.0-beta.0",
"chai": "4.3.4",
"ethereum-waffle": "3.4.0",
"ethers": "5.4.7",
"hardhat": "2.6.4",
"hardhat-dependency-compiler": "1.1.1"
},
"dependencies": {
"prettier-plugin-solidity": "^1.0.0-beta.19"
}
}