forked from sourlodine/Pump.fun-EVM-Smart-Contract
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.19 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
{
"scripts": {
"test": "npx hardhat test",
"compile": "hardhat compile",
"typechain": "hardhat typechain"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.3.0",
"argparse": "2.0.1",
"chai": "^4.3.0",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.4.6",
"hardhat": "^2.6.1",
"hardhat-contract-sizer": "^2.0.3",
"node-fetch": "3.2.3",
"typechain": "^5.1.2",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"eslint-config-prettier": "^8.8.0"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.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-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"
}
}