{
	"name": "@4everland/registration",
	"version": "0.0.3",
	"description": "4everland contracts",
	"main": "./types/index.js",
	"types": "./types/index.ts",
	"engines": {
		"node": ">= 12.18.0"
	},
	"author": "Alexandas",
	"license": "MIT",
	"keywords": [
		"ethereum",
		"smart-contracts",
		"hardhat",
		"solidity",
		"cross chain contracts"
	],
	"devDependencies": {
		"@nomiclabs/hardhat-ethers": "^2.0.5",
		"@nomiclabs/hardhat-etherscan": "^3.1.7",
		"@nomiclabs/hardhat-web3": "^2.0.0",
		"@openzeppelin/contracts": "^4.8.2",
		"@openzeppelin/contracts-upgradeable": "^4.8.2",
		"@typechain/ethers-v5": "^7.0.1",
		"@typechain/hardhat": "^2.0.2",
		"@types/chai": "^4.2.18",
		"@types/dotenv": "^8.2.0",
		"@types/mocha": "^8.2.3",
		"@types/node": "^18.16.0",
		"@typescript-eslint/eslint-plugin": "^4.26.1",
		"@typescript-eslint/parser": "^4.26.1",
		"chai": "^4.2.0",
		"chai-ethers": "^0.0.1",
		"cross-env": "^7.0.3",
		"eslint": "^7.28.0",
		"eslint-config-prettier": "^8.3.0",
		"ethers": "^5.6.5",
		"hardhat": "^2.3.3",
		"hardhat-deploy": "^0.11.10",
		"hardhat-gas-reporter": "^1.0.4",
		"hardhat-storage-layout": "^0.1.6",
		"mocha": "^9.0.2",
		"prettier": "^2.3.1",
		"prettier-plugin-solidity": "^1.0.0-beta.13",
		"sgn-v2-contracts": "^0.2.0",
		"solhint": "^3.3.6",
		"solhint-plugin-prettier": "^0.0.5",
		"solidity-coverage": "^0.7.15",
		"ts-node": "^10.1.0",
		"typechain": "^5.0.0",
		"typescript": "^4.3.5"
	},
	"scripts": {
		"prepublish": "tsc ./types/**.ts --esModuleInterop true --target es5",
		"clean": "hardhat clean",
		"build": "cross-env NODE_ENV=build hardhat compile && cross-env NODE_ENV=build hardhat typechain && yarn prepublish",
		"console": "hardhat console",
		"coverage": "cross-env HARDHAT_DEPLOY_FIXTURE=true hardhat coverage",
		"gas": "cross-env REPORT_GAS=true hardhat test",
		"doc": "solidity-docgen --solc-module solc-0.8.9 -t hbs",
		"dev": "hardhat node",
		"test": "hardhat test",
		"opbnb-mainnet:deploy": "hardhat --network opbnb-mainnet deploy",
		"dev:deploy": "hardhat --network opbnb-testnet deploy",
		"linea-testnet:deploy": "hardhat --network linea-testnet deploy",
		"linea:deploy": "hardhat --network linea deploy",
		"pro:deploy": "hardhat --network opbnb-testnet-pro deploy",
		"arbitrum-testnet:deploy": "hardhat --network arbitrum-testnet deploy",
		"arbitrum:deploy": "hardhat --network arbitrum deploy",
		"goerli:deploy": "hardhat --network goerli deploy",
		"mainnet:deploy": "hardhat --network mainnet deploy",
		"polygon-zk:deploy": "hardhat --network polygon-zk deploy",
		"polygon-zk-testnet:deploy": "hardhat --network polygon-zk-testnet deploy",
		"bsc:deploy": "hardhat --network bsc deploy",
		"chapel:deploy": "hardhat --network chapel deploy",
		"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"
	},
	"dependencies": {
		"solc-0.8.9": "npm:solc@0.8.9",
		"solidity-docgen": "^0.5.16"
	}
}
