UNPKG

@aetherswap/v1-core

Version:

Core contracts for the Aetherswap V1 protocol

67 lines (66 loc) 1.77 kB
{ "name": "@aetherswap/v1-core", "description": "Core contracts for the Aetherswap V1 protocol", "version": "1.0.0-beta.3", "homepage": "https://aetherswap.org", "repository": { "type": "git", "url": "git+https://github.com/aetherswap/v1-core.git" }, "files": [ "contracts", "artifacts", "build" ], "engines": { "node": ">=10" }, "devDependencies": { "@nomicfoundation/hardhat-verify": "^2.0.11", "@nomiclabs/hardhat-ethers": "^2.0.3", "@nomiclabs/hardhat-etherscan": "^2.1.4", "@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", "prettier": "^1.19.1", "rimraf": "^3.0.0", "solc": "0.5.16", "ts-node": "^10.2.0", "tslog": "^3.2.2", "typechain": "^6.0.5", "typescript": "^4.3.5" }, "scripts": { "lint": "yarn prettier ./test/*.ts --check", "lint:fix": "yarn prettier ./test/*.ts --write", "clean": "rimraf ./build/", "precompile": "yarn clean", "compile": "yarn hardhat compile", "pretest": "yarn compile", "test": "mocha", "deploy:hardhat": "yarn hardhat deploy-factory --network hardhat", "deploy:testnet": "yarn hardhat deploy-factory --network testnet", "init-hash": "yarn hardhat init-hash" }, "license": "GPL-3.0-or-later", "main": "index.js", "directories": { "test": "test" }, "keywords": [ "solidity" ], "author": "Uniswap", "bugs": { "url": "https://github.com/aetherswap/v1-core/issues" } }