UNPKG

fevmate

Version:

Building blocks for smart contract development on the Filecoin EVM

31 lines (30 loc) 706 B
{ "name": "fevmate", "version": "1.0.3", "description": "Building blocks for smart contract development on the Filecoin EVM", "files": [ "contracts/**/*.sol" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/wadealexc/fevmate.git" }, "author": "Alex Wade <https://twitter.com/wadeAlexC>", "license": "MIT", "bugs": { "url": "https://github.com/wadealexc/fevmate/issues" }, "homepage": "https://github.com/wadealexc/fevmate#readme", "dependencies": { "@openzeppelin/contracts": "^4.8.1" }, "keywords": [ "Filecoin", "Solidity", "EVM", "FEVM" ] }