@unlock-protocol/hardhat-plugin
Version:
Hardhat Plugin for Unlock Protocol
71 lines • 2.18 kB
JSON
{
"name": "@unlock-protocol/hardhat-plugin",
"version": "0.2.3",
"description": "Hardhat Plugin for Unlock Protocol",
"author": "Unlock Protocol",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"keywords": [
"unlock",
"unlock-protocol",
"ethereum",
"smart-contracts",
"hardhat",
"hardhat-plugin"
],
"scripts": {
"lint:fix": "yarn lint --fix",
"lint": "eslint",
"test": "ts-mocha --exit --recursive 'test/**/*.ts'",
"ci": "yarn build && yarn lint && yarn test",
"build": "tsc",
"watch": "tsc -w",
"clean": "rm -rf dist test/fixture-projects/hardhat-project/.openzeppelin test/fixture-projects/hardhat-project/artifacts test/fixture-projects/hardhat-project/cache test/fixture-projects/hardhat-project/contracts",
"prepublishOnly": "yarn clean && yarn build"
},
"files": [
"dist/src/**/*",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/unlock-protocol/unlock.git",
"directory": "packages/hardhat-plugin"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "2.0.8",
"@nomicfoundation/hardhat-ignition": "0.15.6",
"@nomicfoundation/hardhat-ignition-ethers": "0.15.6",
"@nomicfoundation/hardhat-toolbox": "5.0.0",
"@nomicfoundation/ignition-core": "0.15.6",
"@typechain/ethers-v6": "0.5.1",
"@typechain/hardhat": "9.1.0",
"@types/mocha": "10.0.8",
"@types/node": "20.16.2",
"@unlock-protocol/contracts": "^0.0.31",
"@unlock-protocol/eslint-config": "^0.0.3",
"@unlock-protocol/networks": "^0.0.22",
"@unlock-protocol/tsconfig": "^0.0.2",
"eslint": "9.11.1",
"ethers": "6.13.2",
"hardhat": "2.22.9",
"mocha": "10.7.3",
"prettier": "3.3.3",
"ts-mocha": "10.0.0",
"ts-node": "10.9.2",
"typechain": "8.3.2",
"typescript": "5.6.2"
},
"peerDependencies": {
"@unlock-protocol/contracts": "*",
"@unlock-protocol/networks": "*",
"ethers": "6"
},
"dependencies": {
"@nomicfoundation/hardhat-ethers": "3.0.8",
"hardhat-gas-reporter": "2.2.1",
"solidity-coverage": "0.8.13"
}
}