-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.73 KB
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
46
47
48
49
{
"name": "@textile/swap-contracts",
"version": "3.0.0",
"private": false,
"description": "Textile swap execution contracts for the filler network.",
"license": "BUSL-1.1",
"type": "commonjs",
"scripts": {
"compile": "hardhat --config hardhat.config.v3.ts compile",
"test:v3": "hardhat --config hardhat.config.v3.ts test",
"test:foundry:v3": "forge test --match-path 'test/foundry/v3/security/SellFirstFeeControllerAuditFindings.t.sol'",
"coverage:v3": "SOLIDITY_COVERAGE=true hardhat --config hardhat.config.v3.ts coverage --solcoverjs ./.solcover.v3.js"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "2.0.8",
"@nomicfoundation/hardhat-ethers": "3.0.8",
"@nomicfoundation/hardhat-ignition": "0.15.10",
"@nomicfoundation/hardhat-ignition-viem": "0.15.10",
"@nomicfoundation/hardhat-network-helpers": "1.0.12",
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
"@nomicfoundation/hardhat-verify": "2.0.13",
"@nomicfoundation/hardhat-viem": "2.0.6",
"@openzeppelin/contracts": "5.4.0",
"@openzeppelin/hardhat-upgrades": "3.9.0",
"@nomicfoundation/ignition-core": "0.15.10",
"@typechain/ethers-v6": "0.5.1",
"@typechain/hardhat": "9.1.0",
"@types/chai": "4.3.20",
"@types/chai-as-promised": "8.0.2",
"@types/mocha": "10.0.10",
"@types/node": "20.17.43",
"chai": "4.5.0",
"dotenv": "16.5.0",
"ethers": "6.13.5",
"hardhat": "2.24.0",
"hardhat-gas-reporter": "2.2.2",
"prb-math": "2.4.3",
"prompt": "1.3.0",
"solidity-coverage": "0.8.14",
"ts-node": "10.9.2",
"typechain": "8.3.2",
"typescript": "5.9.3",
"viem": "2.39.0"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "yarn@4.4.0"
}