UNPKG

@tovarishfin/hardhat-yul

Version:

Hardhat plugin to develop smart contracts in Yul

70 lines (69 loc) 1.8 kB
{ "name": "@tovarishfin/hardhat-yul", "version": "3.0.5", "description": "Hardhat plugin to develop smart contracts in Yul", "repository": { "type": "git", "url": "git+https://github.com/tovarishfin/hardhat-yul.git" }, "homepage": "https://github.com/TovarishFin/hardhat-yul", "author": "TovarishFin", "license": "MIT", "main": "dist/index.js", "keywords": [ "ethereum", "smart-contracts", "hardhat", "hardhat-plugin", "yul" ], "scripts": { "lint": "yarn prettier --check && yarn eslint", "lint:fix": "yarn prettier --write && yarn eslint --fix", "eslint": "eslint 'src/**/*.ts'", "prettier": "prettier \"**/*.{js,md,json}\"", "test": "mocha --recursive \"test/**/*.ts\" --exit", "build": "tsc --build .", "clean": "rimraf dist" }, "files": [ "dist/*", "src/*", "LICENSE", "README.md" ], "dependencies": { "@nomiclabs/hardhat-docker": "^2.0.0", "fs-extra": "^10.1.0", "glob": "^8.0.3", "solc": "^0.8.17", "solpp": "^0.11.5", "yulp": "^0.2.3" }, "devDependencies": { "@types/chai": "^4.2.0", "@types/fs-extra": "^9.0.13", "@types/glob": "^8.0.0", "@types/mocha": "^10.0.0", "@types/node": "^18.8.2", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0", "chai": "^4.2.0", "eslint": "^8.24.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-prettier": "4.2.1", "hardhat": "^2.0.0", "mocha": "^10.0.0", "prettier": "2.7.1", "rimraf": "^3.0.2", "ts-node": "^10.9.1", "typescript": "~4.8.4" }, "peerDependencies": { "hardhat": "^2.0.0" }, "bugs": { "url": "https://github.com/tovarishfin/hardhat-yul/issues" } }