UNPKG

@uniswap/v4-core

Version:

🦄 Core smart contracts of Uniswap v4

21 lines (20 loc) • 486 B
{ "name": "solmate", "license": "AGPL-3.0-only", "version": "6.2.0", "description": "Modern, opinionated and gas optimized building blocks for smart contract development.", "files": [ "src/**/*.sol" ], "repository": { "type": "git", "url": "git+https://github.com/transmissions11/solmate.git" }, "devDependencies": { "prettier": "^2.3.1", "prettier-plugin-solidity": "^1.0.0-beta.13" }, "scripts": { "lint": "prettier --write **.sol" } }