735546619e
Signed-off-by: T-Hax <>
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"name": "solmate",
|
|
"license": "AGPL-3.0-only",
|
|
"version": "6.7.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"
|
|
}
|
|
}
|