{
	"name": "@lazy-sol/advanced-erc20",
	"version": "1.1.10",
	"description": "Feature rich lightweight ERC20 implementation which is not based on the OpenZeppelin ERC20 implementation",
	"main": "index.js",
	"engines": {
		"node": ">=18.0.0"
	},
	"scripts": {
		"clean": "hardhat clean",
		"compile": "hardhat compile",
		"test": "hardhat test",
		"coverage": "hardhat coverage",
		"deploy": "hardhat deploy",
		"verify-testnet": "npm run verify-sepolia && npm run verify-binance_testnet && npm run verify-opBnb_testnet && npm run verify-base_sepolia",
		"verify": "npm run verify-mainnet && npm run verify-binance && npm run verify-opBnb && npm run verify-base_mainnet",
		"verify-sepolia": "hardhat etherscan-verify --network sepolia --api-key $ETHERSCAN_KEY",
		"verify-binance_testnet": "hardhat etherscan-verify --network binance_testnet --api-key $BSCSCAN_KEY",
		"verify-opBnb_testnet": "hardhat etherscan-verify --network opBnb_testnet --api-key $BSCSCAN_KEY --api-url https://api-opbnb-testnet.bscscan.com/",
		"verify-base_sepolia": "hardhat etherscan-verify --network base_sepolia --api-key $BASESCAN_KEY --api-url https://api-sepolia.basescan.org/",
		"verify-mainnet": "hardhat etherscan-verify --network mainnet --api-key $ETHERSCAN_KEY",
		"verify-binance": "hardhat etherscan-verify --network binance --api-key $BSCSCAN_KEY",
		"verify-opBnb": "hardhat etherscan-verify --network opBnb --api-key $BSCSCAN_KEY --api-url https://opbnbscan.com",
		"verify-base_mainnet": "hardhat etherscan-verify --network base_mainnet --api-key $BASESCAN_KEY --api-url https://api.basescan.org"
	},
	"keywords": [],
	"author": "Basil Gorin",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com:lazy-sol/advanced-erc20.git"
	},
	"bugs": {
		"url": "https://github.com/lazy-sol/advanced-erc20/-/issues"
	},
	"homepage": "https://github.com/lazy-sol/advanced-erc20#readme",
	"dependencies": {
		"@lazy-sol/access-control-upgradeable": "^1.1.5"
	},
	"devDependencies": {
		"@lazy-sol/a-missing-gem": "^1.0.14",
		"@lazy-sol/zeppelin-test-helpers": "^1.0.6",
		"@nomiclabs/hardhat-truffle5": "^2.0.7",
		"@nomiclabs/hardhat-web3": "^2.0.0",
		"@openzeppelin/contracts": "4.9.6",
		"eth-sig-util": "^3.0.1",
		"ethereumjs-util": "^7.1.5",
		"ethereumjs-wallet": "^1.0.2",
		"hardhat": "^2.26.4",
		"hardhat-dependency-compiler": "^1.2.1",
		"hardhat-deploy": "^1.0.4",
		"loglevel": "^1.9.2",
		"solidity-coverage": "^0.8.16"
	},
	"overrides": {
		"axios": "^1.7.5",
		"cookie": "^0.7.0",
		"elliptic": "^6.6.1",
		"eth-gas-reporter": "^0.0.5",
		"flat": "^5.0.1",
		"form-data": "^2.5.4",
		"lodash": "^4.17.20",
		"micromatch": "^4.0.8",
		"minimatch": "^3.0.5",
		"shelljs": "^0.8.4",
		"tar": "^6.2.1",
		"tmp": "^0.2.5",
		"tough-cookie": "^4.1.3",
		"ws": ">=5.2.4",
		"yargs-parser": "^5.0.1"
	}
}
