hardhat-dependency-compiler
Version:
Compile Solidity sources directly from NPM dependencies
54 lines (53 loc) • 1.18 kB
JSON
{
"name": "hardhat-dependency-compiler",
"version": "1.2.1",
"license": "MIT",
"description": "Compile Solidity sources directly from NPM dependencies",
"keywords": [
"hardhat",
"buidler",
"solidity",
"solc",
"npm",
"yarn",
"dependency",
"dependencies",
"smart-contracts",
"ethereum",
"blockchain",
"wow"
],
"repository": "https://github.com/ItsNickBarry/hardhat-dependency-compiler",
"author": "Nick Barry",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc --build",
"prepare": "husky",
"prettier": "prettier --write ."
},
"files": [
"dist/",
"src/"
],
"peerDependencies": {
"hardhat": "^2.0.0"
},
"devDependencies": {
"@solidstate/contracts": "^0.0.59",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.6",
"chai": "^4.4.1",
"hardhat": "^2.22.5",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=14.14.0"
}
}