myv2-core
Version:
initial copy uniswap v2 core
19 lines (18 loc) • 402 B
JSON
{
"name": "myv2-core",
"version": "1.0.0",
"description": "initial copy uniswap v2 core",
"files": ["contracts"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["uniswapv2","remake"],
"author": "",
"license": "ISC",
"dependencies": {
"hardhat": "^2.12.7"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2"
}
}