{
	"name": "@simpledeliver/deliver-contracts",
	"version": "0.0.19",
	"description": "simple deliver contracts for typescript",
	"main": "./types/index.js",
	"types": "./types/index.ts",
	"engines": {
		"node": ">= 18.16.0"
	},
	"author": "Alexandas",
	"license": "MIT",
	"keywords": [
		"ethereum",
		"smart-contracts",
		"hardhat",
		"solidity"
	],
	"devDependencies": {
		"@nomicfoundation/hardhat-chai-matchers": "^2.0.1",
		"@nomicfoundation/hardhat-ethers": "^3.0.2",
		"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
		"@nomicfoundation/hardhat-toolbox": "^3.0.0",
		"@nomicfoundation/hardhat-verify": "^1.0.1",
		"@openzeppelin/contracts": "^4.8.3",
		"@openzeppelin/contracts-upgradeable": "^4.8.3",
		"@typechain/ethers-v6": "^0.4.0",
		"@typechain/hardhat": "^8.0.0",
		"@types/chai": "^4.2.18",
		"@types/dotenv": "^8.2.0",
		"@types/mocha": "^10.0.1",
		"@types/node": "^20.9.0",
		"@typescript-eslint/eslint-plugin": "^6.7.0",
		"@typescript-eslint/parser": "^6.7.0",
		"chai": "^4.2.0",
		"cross-env": "^7.0.3",
		"dotenv": "^16.0.3",
		"eslint": "^8.37.0",
		"eslint-config-prettier": "^8.8.0",
		"ethers": "^6.11.1",
		"hardhat": "^2.17.2",
		"hardhat-deploy": "^0.11.36",
		"hardhat-gas-reporter": "^1.0.9",
		"hardhat-storage-layout": "^0.1.6",
		"husky": "^8.0.3",
		"mocha": "^10.2.0",
		"prettier": "^2.3.1",
		"prettier-plugin-solidity": "^1.0.0-beta.13",
		"solhint": "^3.4.1y",
		"solhint-plugin-prettier": "^0.0.5",
		"solidity-coverage": "^0.8.3",
		"typechain": "^8.3.2",
		"typescript": "^5.4.2"
	},
	"scripts": {
		"build:zkt": "yarn hardhat compile --network zkSyncTestnet",
		"prepublish": "npm run build && tsc ./types/index.ts --module nodenext --moduleResolution nodenext --target esnext",
		"clean": "hardhat clean",
		"build": "cross-env NODE_ENV=build hardhat compile && cross-env NODE_ENV=build hardhat typechain",
		"console": "hardhat console",
		"coverage": "cross-env HARDHAT_DEPLOY_FIXTURE=true hardhat coverage",
		"gas": "cross-env REPORT_GAS=true hardhat test",
		"dev": "hardhat node",
		"test": "hardhat test",
		"optimism:deploy": "hardhat --network optimism deploy",
		"optopia:deploy": "hardhat --network optopia deploy",
		"zkSyncMainnet:deploy": "hardhat --network zkSyncMainnet deploy",
		"blast:deploy": "hardhat --network blast deploy",
		"optimism": "hardhat --network optimism",
		"optopia": "hardhat --network optopia",
		"zkSyncMainnet": "hardhat --network zkSyncMainnet",
		"blast": "hardhat --network blast",
		"optimism-sepolia:deploy": "hardhat --network optimism-sepolia deploy",
		"optopia-sepolia:deploy": "hardhat --network optopia-sepolia deploy",
		"zkSyncTestnet:deploy": "hardhat --network zkSyncTestnet deploy",
		"blast-sepolia:deploy": "hardhat --network blast-sepolia deploy",
		"optimism-sepolia": "hardhat --network optimism-sepolia",
		"optopia-sepolia": "hardhat --network optopia-sepolia",
		"zkSyncTestnet": "hardhat --network zkSyncTestnet",
		"blast-sepolia": "hardhat --network blast-sepolia",
		"prepare": "yarn build && hardhat typechain",
		"lint": "eslint \"**/*.{js,ts}\" && solhint contracts/**/*.sol",
		"lint:fix": "eslint --fix \"**/*.{js,ts}\" && prettier --write contracts/**/*.sol && solhint contracts/**/*.sol"
	},
	"husky": {
		"hooks": {
			"pre-commit": "yarn test",
			"pre-push": "yarn test"
		}
	},
	"dependencies": {
		"@matterlabs/hardhat-zksync-deploy": "^1.2.1",
		"@matterlabs/hardhat-zksync-solc": "^1.1.4",
		"@safe-global/safe-smart-account": "github:safe-global/safe-smart-account",
		"hardhat-ethers": "^1.0.1",
		"i": "^0.3.7",
		"npm": "^10.8.0",
		"solc-0.8.19": "npm:solc@0.8.19",
		"solidity-docgen": "0.6.0-beta.35",
		"ts-node": "^10.9.1",
		"zksync-ethers": "^6.6.0"
	}
}
