-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.14 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": "mta-buyback",
"version": "1.0.0",
"description": "MTA token buyback and burn system.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"tests:integration": "forge t --no-match-contract '(?:Fuzz)'",
"tests:fuzz": "forge t --match-contract '(?:Fuzz)'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhedge/buyback-contract.git"
},
"author": "dHEDGE",
"license": "ISC",
"bugs": {
"url": "https://github.com/dhedge/buyback-contract/issues"
},
"homepage": "https://github.com/dhedge/buyback-contract#readme",
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.0.1",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@openzeppelin/hardhat-defender": "^1.8.2",
"@openzeppelin/hardhat-upgrades": "^1.23.1",
"@safe-global/protocol-kit": "^0.1.1",
"@safe-global/safe-core-sdk-types": "^1.9.1",
"@safe-global/safe-deployments": "^1.22.0",
"@safe-global/safe-ethers-adapters": "^0.1.0-alpha.17",
"axios": "^1.3.6",
"dotenv": "^16.0.3",
"hardhat": "^2.14.0",
"hardhat-preprocessor": "^0.1.5"
}
}