solmate
Version:
Modern, opinionated and gas optimized building blocks for smart contract development.
21 lines (20 loc) • 486 B
JSON
{
"name": "solmate",
"license": "AGPL-3.0-only",
"version": "6.8.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"
}
}