@solidstate/hardhat-selector-uploader
Version:
Upload local function selectors to the Ethereum Selector Database
60 lines • 1.46 kB
JSON
{
"name": "@solidstate/hardhat-selector-uploader",
"version": "2.0.0",
"description": "Upload local function selectors to the Ethereum Selector Database",
"keywords": [
"hardhat",
"buidler",
"4byte",
"selector",
"function-selector",
"solidity",
"solc",
"smart-contracts",
"ethereum",
"blockchain",
"wow"
],
"repository": "github:solidstate-network/hardhat-selector-uploader",
"license": "MIT",
"author": "Nick Barry",
"type": "module",
"exports": {
".": "./dist/index.js",
"./types": "./dist/types.js"
},
"types": "./dist/index.d.ts",
"files": [
"dist/",
"src/"
],
"dependencies": {
"@solidstate/hardhat-solidstate-utils": "^1.0.0",
"axios": "^1.11.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-utils": "^3.0.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^24.2.1",
"hardhat": "^3.0.0",
"husky": "^9.1.7",
"knip": "^5.62.0",
"lint-staged": "github:ItsNickBarry/lint-staged#knip",
"prettier": "^3.6.2",
"prettier-plugin-packagejson": "^2.5.19",
"typescript": "^5.9.2"
},
"peerDependencies": {
"@nomicfoundation/hardhat-utils": "^3.0.0",
"hardhat": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "pnpm clean && tsc --build",
"clean": "rm -rf dist/",
"prettier": "prettier --write ."
}
}