{
	"name": "@meemproject/meem-id-contracts",
	"version": "0.1.7",
	"description": "Meem Ids",
	"author": "Meem Project",
	"homepage": "https://meem.wtf",
	"main": "./index.ts",
	"files": [
		"abi",
		"typechain",
		"types",
		"package.json",
		"README.md",
		"CHANGELOG.md",
		"index.ts"
	],
	"scripts": {
		"build": "yarn build:sol && yarn createABI && yarn generateTypes",
		"test:build": "waffle",
		"clean": "rm -rf cache artifacts abi dist typechain types",
		"clean:modules": "rm -rf node_modules",
		"build:ts": "tsc -p .",
		"build:sol": "hardhat compile",
		"hardhat": "hardhat",
		"accounts": "hardhat accounts",
		"deployDiamond": "hardhat deployDiamond",
		"upgradeDiamond": "hardhat upgradeDiamond",
		"upgradeFacet": "hardhat upgradeFacet",
		"test": "hardhat test --network hardhat",
		"coverage": "hardhat coverage",
		"network": "hardhat node",
		"console": "hardhat console",
		"watch": "concurrently -r --kill-others \"chokidar 'tasks/**/*.ts' 'scripts/**/*.ts' 'hardhat.config.ts' -c 'yarn build:ts'\" \"chokidar 'contracts/**/*.sol' -c 'yarn build:sol'\"",
		"verify": "hardhat verify",
		"lint": "eslint --max-warnings=0 --ext=.ts,.tsx . && tsc -p . --noEmit",
		"lint:fix": "eslint --fix --ext=.ts,.tsx .",
		"release": "semantic-release",
		"size": "hardhat size-contracts",
		"createABI": "tsnd --transpile-only scripts/createABI.ts",
		"generateTypes": "typechain --target ethers-v5  './types/MeemId.json'"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"devDependencies": {
		"@float-capital/solidity-coverage": "^0.7.17",
		"@kengoldfarb/semantic-release-config": "^1.0.3",
		"@nomiclabs/hardhat-ethers": "^2.0.2",
		"@nomiclabs/hardhat-etherscan": "^2.1.2",
		"@nomiclabs/hardhat-waffle": "^2.0.1",
		"@solidstate/contracts": "^0.0.27",
		"@typechain/ethers-v5": "^10.0.0",
		"@typechain/hardhat": "^6.0.0",
		"@types/chai": "^4.2.22",
		"@types/chai-as-promised": "^7.1.4",
		"@types/express": "^4.17.11",
		"@types/fs-extra": "^9.0.13",
		"@types/mocha": "^9.0.0",
		"@types/node": "^16.10.2",
		"@types/prompt": "^1.1.0",
		"base64-sol": "^1.0.1",
		"chai": "^4.3.4",
		"chai-as-promised": "^7.1.1",
		"chokidar-cli": "^3.0.0",
		"concurrently": "^6.2.1",
		"eslint": "^8.13.0",
		"eslint-config-kengoldfarb": "1.4.1",
		"ethereum-waffle": "^3.3.0",
		"ethers": "^5.0.32",
		"fs-extra": "^10.0.0",
		"hardhat": "^2.1.1",
		"hardhat-abi-exporter": "^2.2.1",
		"hardhat-contract-sizer": "^2.1.1",
		"hardhat-gas-reporter": "^1.0.4",
		"hardhat-typechain": "^0.3.5",
		"prettier": "^2.4.1",
		"prettier-plugin-solidity": "^1.0.0-beta.12",
		"prompt": "^1.1.0",
		"ts-node": "^10.0.0",
		"ts-node-dev": "^1.1.8",
		"typechain": "^8.0.0",
		"typescript": "^4.6.3"
	},
	"dependencies": {
		"dotenv": "^10.0.0",
		"solc-0.8": "npm:solc@^0.8.4"
	},
	"gitHead": "b0b22dee9b492a54b8bfe764415b94b10eaf758e"
}
