UNPKG

@fei-protocol/erc4626

Version:

ERC4626 infrastructure such as the ERC4626Router and xERC4626

31 lines (30 loc) 684 B
{ "name": "@fei-protocol/erc4626", "license": "AGPL-3.0-only", "version": "0.0.0", "description": "ERC4626 infrastructure such as the ERC4626Router and xERC4626", "files": [ "src/**/*.sol" ], "repository": { "type": "git", "url": "git+https://github.com/fei-protocol/ERC4626.git" }, "devDependencies": { "prettier": "^2.3.1", "prettier-plugin-solidity": "^1.0.0-beta.13" }, "scripts": { "lint": "prettier --write src/**/*.sol" }, "homepage": "https://github.com/fei-protocol/ERC4626/blob/main/README.md", "keywords": [ "erc4626", "blockchain", "ethereum", "eip-4626", "vault", "router", "xerc4626" ] }