From 512c7fb842f541384b269140b816b04a6ce24258 Mon Sep 17 00:00:00 2001 From: Whiteamf6 <157373055+Whiteamf6@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:43:55 +0200 Subject: [PATCH] Delete package.json --- package.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index 7e62d94..0000000 --- a/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "BitKeep Swap", - "devDependencies": { - "@nomicfoundation/hardhat-chai-matchers": "^1.0.3", - "@nomicfoundation/hardhat-toolbox": "^1.0.2", - "hardhat": "^2.10.1" - }, - "dependencies": { - "@openzeppelin/contracts": "^4.7.3", - "@uniswap/sdk-core": "^3.0.1", - "@uniswap/smart-order-router": "^2.9.3", - "axios": "^0.27.2", - "bignumber.js": "^9.1.0", - "hardhat-gas-reporter": "^1.0.8", - "install": "^0.13.0", - "jest-environment-hardhat": "^1.1.8", - "npm": "^8.19.2" - } -}