-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.04 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
{
"name": "@jbx-protocol/juice-swap-allocator",
"bugs": {
"url": "https://github.com/jbx-protocol/juice-swap-allocator/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jbx-protocol/juice-swap-allocator"
},
"version": "0.0.1",
"license": "MIT",
"devDependencies": {
"prettier": "^2.4.0",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5"
},
"scripts": {
"pretty": "prettier --write \"./**/*.{js,jsx,json,sol}\"",
"deploy-mainnet": "source .env && forge script DeployMainnet --rpc-url $MAINNET_RPC_PROVIDER_URL --broadcast --mnemonic-paths mnemonic.txt --verify --etherscan-api-key $ETHERSCAN_API_KEY --sender $SENDER_ADDRESS"
},
"dependencies": {
"@jbx-protocol/juice-contracts-v3": "^2.0.0",
"@openzeppelin/contracts": "^4.7.3",
"@paulrberg/contracts": "^3.7.0",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-core": "1.0.2-solc-0.8-simulate",
"prb-math": "^2.4.3"
}
}