UNPKG

@sablier/evm-utils

Version:

Utilities solidity files used across Sablier's smart contracts

59 lines (58 loc) 1.48 kB
{ "name": "@sablier/evm-utils", "description": "Utilities solidity files used across Sablier's smart contracts", "license": "SEE LICENSE IN LICENSE", "version": "1.0.3", "author": { "name": "Sablier Labs Ltd", "url": "https://sablier.com" }, "bugs": { "url": "https://github.com/sablier-labs/evm-utils/issues" }, "dependencies": { "@chainlink/contracts": "1.3.0", "@openzeppelin/contracts": "5.3.0", "@openzeppelin/contracts-upgradeable": "5.3.0", "forge-std": "github:foundry-rs/forge-std#v1.10.0" }, "devDependencies": { "@openzeppelin/foundry-upgrades": "0.4.0", "@sablier/devkit": "github:sablier-labs/devkit#main", "husky": "^9.1", "lint-staged": "^16.1", "prettier": "^3.5", "solhint": "^6.0" }, "files": [ "artifacts", "src", "CHANGELOG.md", "LICENSE.md", "LICENSE-BUSL.md", "LICENSE-GPL.md" ], "homepage": "https://github.com/sablier-labs/evm-utils#readme", "keywords": [ "blockchain", "ethereum", "foundry", "sablier", "sablier-v2", "smart-contracts", "solidity", "web3" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/sablier-labs/evm-utils.git" }, "scripts": { "postinstall": "cd node_modules/forge-std && ln -sf src/* .", "prepack": "bun install --frozen-lockfile && bash ./scripts/bash/prepare-artifacts.sh", "setup": "husky" } }