{
  "name": "@airswap/swap-erc20",
  "version": "5.0.1",
  "description": "AirSwap: Atomic ERC20 Token Swap",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/airswap/airswap-protocols"
  },
  "files": [
    "./build",
    "./typechain",
    "./deploys*"
  ],
  "main": "typechain/index.js",
  "types": "typechain/index.ts",
  "scripts": {
    "clean": "rm -rf ./cache && rm -rf ./build && rm -rf ./typechain",
    "compile": "hardhat compile; yarn typechain",
    "typechain": "tsc -b",
    "coverage": "hardhat coverage",
    "test": "hardhat test",
    "test:ci": "hardhat test",
    "deploy": "hardhat run ./scripts/deploy.js",
    "verify": "hardhat run ./scripts/verify.js",
    "owners": "hardhat run ./scripts/owner.js"
  },
  "dependencies": {
    "ethers": "^5.7.2"
  },
  "devDependencies": {
    "@airswap/staking": "5.0.1",
    "@airswap/utils": "5.0.1",
    "solady": "0.0.173"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6ce3c6ba142c27f4a9966df4756ceb22f65c1857"
}
