forked from sourlodine/Pumpfun-EVM-Smart-Contract
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"scripts": {
"test": "npx hardhat test",
"compile": "hardhat compile",
"typechain": "hardhat typechain"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/hardhat-upgrades": "^1.17.0",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.4",
"hardhat": "^2.9.3"
},
"dependencies": {
"@openzeppelin/contracts": "^4.4.2",
"@openzeppelin/contracts-upgradeable": "^4.5.2",
"@prb/math": "^4.1.0",
"@synapseprotocol/sdk": "^0.94.1",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-periphery": "^1.4.4",
"@uniswap/v3-sdk": "^3.8.2",
"bn.js": "^5.2.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"csv-parse": "^4.16.3",
"express": "^4.18.2",
"get-all-files": "^4.1.0",
"solady": "^0.0.233",
"solidity-code-metrics": "^0.0.25"
}
}