hardhat-gasless-deployer
Version:
Hardhat Plugin for deploying contracts using GSN
81 lines (80 loc) • 2.38 kB
JSON
{
"name": "hardhat-gasless-deployer",
"version": "0.0.6",
"description": "Hardhat Plugin for deploying contracts using GSN",
"repository": "https://github.com/0x3bfc/hardhat-gasless-deployer",
"author": "Ahmed Ali <ahmedaabdulwahed@gmail.com>",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"ethereum",
"smart-contracts",
"hardhat",
"hardhat-plugin",
"GSN",
"Deployment",
"Gasless"
],
"scripts": {
"lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json",
"lint": "tslint --config tslint.json --project tsconfig.json",
"test": "mocha --exit --recursive 'test/**/*.test.ts'",
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build"
},
"homepage": "https://github.com/0x3bfc/hardhat-gasless-deployer#readme",
"bugs": {
"url": "https://github.com/0x3bfc/hardhat-gasless-deployer/issues"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"dist/",
"src/",
"LICENSE",
"README.md"
],
"devDependencies": {
"@ethersproject/providers": "^5.7.2",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@opengsn/contracts": "^3.0.0-beta.8",
"@opengsn/dev": "^3.0.0-beta.8",
"@opengsn/paymasters": "^3.0.0-beta.8",
"@opengsn/provider": "^3.0.0-beta.8",
"@openzeppelin/contracts": "^4.9.2",
"@typechain/ethers-v5": "^7.0.1",
"@types/chai": "^4.3.5",
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"chai": "^4.3.7",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"ethers": "^6.6.7",
"hardhat": "^2.17.0",
"hardhat-deploy": "^0.7.9",
"hardhat-deploy-ethers": "^0.3.0-beta.8",
"mocha": "^10.2.0",
"prettier": "^3.0.0",
"prettier-plugin-solidity": "^1.1.3",
"ts-node": "^10.9.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "^5.1.6",
"undici": "^5.22.1"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@openzeppelin/contracts": "^4.9.2",
"hardhat": "^2.17.0"
},
"dependencies": {
"tslint": "^6.1.3"
}
}