{
  "name": "@sablier/airdrops",
  "description": "EVM smart contracts of the Sablier Airdrops protocol",
  "license": "SEE LICENSE IN LICENSE",
  "version": "3.0.1",
  "author": {
    "name": "Sablier Labs Ltd",
    "url": "https://sablier.com"
  },
  "bugs": {
    "url": "https://github.com/sablier-labs/evm-monorepo/issues"
  },
  "dependencies": {
    "@openzeppelin/contracts": "5.3.0",
    "@prb/math": "4.1.0",
    "@sablier/evm-utils": "2.0.1",
    "@sablier/lockup": "4.0.1"
  },
  "devDependencies": {
    "@sablier/devkit": "1",
    "forge-std": "github:foundry-rs/forge-std#v1.14.0",
    "lint-staged": "16.2.6",
    "murky": "github:dmfxyz/murky#6f67641",
    "prettier": "3.6.2",
    "solady": "0.0.208",
    "solhint": "6.0.1"
  },
  "files": [
    "artifacts",
    "src",
    "tests/utils",
    "CHANGELOG.md",
    "LICENSE.md",
    "LICENSE-BUSL.md",
    "LICENSE-GPL.md"
  ],
  "homepage": "https://github.com/sablier-labs/evm-monorepo#readme",
  "keywords": [
    "airdrops",
    "airstream",
    "blockchain",
    "cryptoasset-streaming",
    "cryptoassets",
    "ethereum",
    "foundry",
    "instant-airdrop",
    "lockup",
    "money-streaming",
    "real-time-finance",
    "sablier",
    "sablier-lockup",
    "smart-contracts",
    "solidity",
    "token-distribution",
    "token-streaming",
    "token-vesting",
    "vested-airdrop",
    "vesting",
    "web3"
  ],
  "peerDependencies": {
    "@prb/math": "4.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sablier-labs/evm-monorepo.git",
    "directory": "airdrops"
  },
  "scripts": {
    "prepack": "../scripts/bash/publish-prepack.sh",
    "postpack": "../scripts/bash/publish-postpack.sh"
  }
}
