UNPKG

@justin-gee/uniswap-tokamak-hardhat-v3-deploy

Version:
58 lines (57 loc) 1.55 kB
{ "name": "@justin-gee/uniswap-tokamak-hardhat-v3-deploy", "version": "1.0.7", "description": "Hardhat plugin for Uniswap V3 solc ver 0.8 deployment", "organization": "justin-gee", "repository": "github:usgeeus/justin-gee-hardhat-v3-deploy", "author": "EuiSin(Justin) Gee", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "ethereum", "smart-contracts", "hardhat", "hardhat-plugin", "uniswap", "0.8" ], "scripts": { "lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json", "lint": "tslint --config tslint.json --project tsconfig.json", "test": "mocha --exit --recursive 'test/**/*.test.ts'", "build": "tsc", "watch": "tsc -w" }, "files": [ "dist/", "src/", "LICENSE", "README.md" ], "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.2", "@types/chai": "^4.1.7", "@types/fs-extra": "^5.0.4", "@types/mocha": "^5.2.6", "@types/node": "^8.10.38", "chai": "^4.2.0", "ethers": "^5.0.8", "hardhat": "^2.0.0", "mocha": "^7.1.2", "prettier": "2.0.5", "ts-node": "^8.1.0", "tslint": "^5.16.0", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.0.1", "typescript": "^4.0.3" }, "peerDependencies": { "hardhat": "^2.0.0" }, "dependencies": { "@uniswap/v3-core": "1.0.2-solc-0.8-simulate", "@uniswap/v3-periphery": "1.4.3", "cli-table3": "^0.6.0" } }