@aetherswap/v1-periphery
Version:
🔮 Peripheral smart contracts for interacting with Aetherswap V1
59 lines (58 loc) • 1.59 kB
JSON
{
"name": "@aetherswap/v1-periphery",
"version": "1.0.0-beta.3",
"description": "🔮 Peripheral smart contracts for interacting with Aetherswap V1",
"engines": {
"node": ">=10"
},
"homepage": "https://aetherswap.org",
"repository": {
"type": "git",
"url": "git+https://github.com/aetherswap/v1-periphery.git"
},
"files": [
"build",
"artifacts",
"contracts"
],
"dependencies": {
"@aetherswap/v1-core": "^1.0.0-beta.3",
"@uniswap/lib": "4.0.1-alpha"
},
"devDependencies": {
"@nomicfoundation/hardhat-verify": "^2.0.11",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@typechain/ethers-v5": "8.0.5",
"@typechain/hardhat": "3.0.0",
"@types/chai": "^4.2.6",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"dotenv": "10.0.0",
"ethereum-waffle": "^2.4.1",
"ethereumjs-util": "^6.2.0",
"ethers": "5.5.2",
"hardhat": "2.6.0",
"hardhat-abi-exporter": "2.3.1",
"mocha": "^6.2.2",
"ncp": "^2.0.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"solc": "0.6.6",
"ts-node": "^8.5.4",
"tslog": "3.2.2",
"typechain": "6.0.5",
"typescript": "^3.7.3"
},
"scripts": {
"lint": "yarn prettier ./test/*.ts --check",
"lint:fix": "yarn prettier ./test/*.ts --write",
"clean": "rimraf ./build/",
"copy-uniswap": "ncp ./buildV1 ./artifacts/contracts/UniswapV1",
"precompile": "yarn clean",
"compile": "waffle .waffle.json",
"postcompile": "yarn copy-uniswap",
"pretest": "yarn compile",
"test": "mocha"
},
"license": "GPL-3.0-or-later"
}