yul-log
Version:
A Unified Toolchain for Yul+ Smart Contracts
32 lines (31 loc) • 742 B
JSON
{
"name": "yul-log",
"version": "0.5.1",
"description": "A Unified Toolchain for Yul+ Smart Contracts ",
"main": "transpile.js",
"scripts": {
"test": "yul-log truffle"
},
"bin": {
"yul-log": "transpile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ControlCplusControlV/Yul-Log.git"
},
"keywords": [
"Yul+",
"Ethereum",
"Smart-Contracts"
],
"author": "ControlCplusControlV",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ControlCplusControlV/Yul-Log/issues"
},
"homepage": "https://github.com/ControlCplusControlV/Yul-Log#readme",
"dependencies": {
"solc": "^0.8.10",
"yulp": "^0.2.3"
}
}