{ "name": "two-fold-pol-strategy", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "npx hardhat compile", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-truffle5": "^2.0.0", "@nomiclabs/hardhat-waffle": "^2.0.1", "@nomiclabs/hardhat-web3": "^2.0.0", "@openzeppelin/contracts": "^4.8.1", "@types/mocha": "^9.0.0", "@types/node": "^16.11.2", "@uniswap/v2-periphery": "^1.1.0-beta.0", "ethereum-waffle": "^3.4.0", "ethers": "^5.4.2", "prettier": "^2.8.3", "prettier-plugin-solidity": "^1.1.2", "ts-node": "^10.9.1", "typescript": "^4.5.5" }, "dependencies": { "dotenv": "^16.0.0" } }