@b0dhidharma/yswaps
Version:
Yearn strategy swappers
71 lines (70 loc) • 2.39 kB
JSON
{
"name": "@b0dhidharma/yswaps",
"version": "0.0.2",
"description": "Yearn strategy swappers",
"keywords": [
"ethereum",
"smart",
"contracts",
"test",
"solidity",
"hardhat",
"yearn"
],
"homepage": "https://github.com/b0dhidharma/monorepo/packages/yswaps#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/b0dhidharma/monorepo",
"directory": "packages/yswaps"
},
"files": [
"contracts",
"!contracts/mock",
"!artifacts/contracts/mock/**/*.json",
"!artifacts/contracts/**/**/*.dbg.json",
"typechained",
"deployments",
"!deployments/localhost",
"!.env"
],
"scripts": {
"compile": "npx hardhat compile",
"coverage": "npx hardhat coverage",
"deploy": "npx hardhat deploy",
"deploy:fantom": "npx hardhat deploy --tags Common,Fantom --network fantom",
"deploy:polygon": "npx hardhat deploy --tags Common,Polygon --network polygon",
"fork": "FORK=true npx hardhat node",
"fork:script": "FORK=true npx hardhat run",
"fork:test": "FORK=true npx hardhat test",
"lint:check": "solhint 'contracts/**/*.sol' 'interfaces/**/*.sol' && prettier --check './**'",
"lint:fix": "sort-package-json && prettier --write './**' && solhint --fix 'contracts/**/*.sol' 'interfaces/**/*.sol'",
"sizer": "TEST=true hardhat compile && TEST=true npx hardhat size-contracts",
"test": "TEST=true npx hardhat compile && TEST=true npx hardhat test",
"test:all": "yarn test ./test/e2e/**/*.spec.ts test/integration/**/*.spec.ts test/unit/**/*.spec.ts",
"test:e2e": "yarn test ./test/e2e/**/*.spec.ts",
"test:gas": "yarn test ./test/e2e/**/*.spec.ts test/unit/**/*.spec.ts",
"test:integration": "yarn test ./test/integration/**/**/*.spec.ts",
"test:unit": "yarn test test/unit/*.spec.ts test/unit/**/*.spec.ts"
},
"dependencies": {
"@b0dhidharma/contract-utils": "^0.1.1",
"@openzeppelin/contracts": "4.3.2",
"@uniswap/v2-periphery": "1.1.0-beta.0",
"qs": "6.10.1"
},
"publishConfig": {
"access": "public"
},
"authors": [
{
"name": "Luciano Bertenasco",
"url": "https://github.com/lbertenasco"
},
{
"name": "b0dhidharma",
"email": "b0dhidharma@protonmail.com",
"url": "https://github.com/b0dhidharma"
}
],
"gitHead": "2c080d4134aa4e52977abf0f909967cea3569ae3"
}