{
  "name": "@iqprotocol/solidity-contracts-nft",
  "version": "2.1.7-alpha.26",
  "keywords": [
    "IQ Protocol",
    "evm",
    "smart-contracts",
    "hardhat",
    "solidity",
    "multiverse",
    "nft"
  ],
  "repository": "github:iqlabsorg/iq-smart-contracts-nft",
  "license": "MIT",
  "author": "IQ Labs (https://iq.space)",
  "main": "src/index.js",
  "module": "src/index.js",
  "typings": "src/index.d.ts",
  "files": [
    "README.md",
    "artifacts",
    "deploy",
    "contracts",
    "src",
    "tasks",
    "typechain"
  ],
  "scripts": {
    "build": "./build.sh",
    "cleanup": "rimraf .openzeppelin active-deployment artifacts cache deployments typechain",
    "compile": "TS_NODE_TRANSPILE_ONLY=1 hardhat compile",
    "compile:clean": "hardhat clean",
    "coverage": "hardhat coverage",
    "dev": "hardhat node --watch",
    "format": "prettier --check '**/*.{ts,js,sol}'",
    "format:fix": "prettier --write '**/*.{ts,js,sol}'",
    "lint": "eslint '**/*.{js,ts}' && solhint './contracts/**/*.sol'",
    "lint:fix": "eslint --fix '**/*.{js,ts}' && solhint --fix './contracts/**/*.sol'",
    "prepare": "husky install",
    "prepublishOnly": "./prepublish.sh",
    "publish": "cd dist && yarn publish --ignore-scripts --no-commit-hooks",
    "size": "cross-env REPORT_SIZE=true hardhat compile",
    "test": "yarn test:unit",
    "test-new": "cross-env REPORT_GAS=true LOG_LEVEL=error hardhat test test/integration",
    "test-unsafe": "cross-env HARDHAT_DEPLOY_FIXTURE=true LOG_LEVEL=error hardhat test test/unit",
    "test:unit": "cross-env REPORT_GAS=true LOG_LEVEL=error hardhat test test/unit"
  },
  "lint-staged": {
    "**/*.{js,ts}": "eslint --fix",
    "contracts/**/*.sol": "solhint --fix",
    "package.json": "sort-package-json"
  },
  "dependencies": {
    "@openzeppelin/contracts": "^4.6.0",
    "@openzeppelin/contracts-upgradeable": "^4.6.0",
    "winston": "^3.8.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^15.0.0",
    "@commitlint/config-conventional": "^15.0.0",
    "@defi-wonderland/smock": "^2.0.7",
    "@ethereum-waffle/chai": "^3.4.3",
    "@ethersproject/abstract-signer": "^5.5.0",
    "@ethersproject/wallet": "^5.5.0",
    "@fintechstudios/eslint-plugin-chai-as-promised": "^3.1.0",
    "@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.7",
    "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@latest",
    "@nomiclabs/hardhat-etherscan": "^3.1.0",
    "@openzeppelin/hardhat-upgrades": "^1.22.1",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@solidity-parser/parser": "^0.14.5",
    "@typechain/ethers-v5": "^10.0.0",
    "@typechain/hardhat": "^6.0.0",
    "@types/chai": "^4.2.22",
    "@types/chai-as-promised": "^7.1.5",
    "@types/mocha": "^9.1.0",
    "@types/node": "^16.11.11",
    "@typescript-eslint/eslint-plugin": "^5.11.0",
    "@typescript-eslint/parser": "^5.11.0",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "chai-ethers": "^0.0.1",
    "cross-env": "^7.0.3",
    "dotenv": "^16.0.0",
    "eslint": "^8.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-filenames-simple": "^0.8.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-sonarjs": "^0.11.0",
    "ethers": "5.6.4",
    "hardhat": "2.9.9",
    "hardhat-contract-sizer": "^2.5.1",
    "hardhat-deploy": "^0.11.4",
    "hardhat-gas-reporter": "^1.0.8",
    "husky": "^7.0.4",
    "lint-staged": "^12.3.4",
    "mocha": "^9.2.0",
    "prettier": "^2.5.0",
    "prettier-plugin-solidity": "^1.0.0-beta.19",
    "rimraf": "^4.1.2",
    "rollup": "^2.72.1",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-ts": "^2.0.7",
    "semver": "^7.3.8",
    "solhint": "^3.3.7",
    "solhint-plugin-prettier": "^0.0.5",
    "solidity-coverage": "^0.7.20",
    "solidity-docgen": "0.6.0-beta.10",
    "sort-package-json": "^1.54.0",
    "ts-node": "^10.5.0",
    "typechain": "^8.0.0",
    "typescript": "4.6.3",
    "winston": "^3.8.2"
  },
  "peerDependencies": {

  },
  "engines": {
    "node": ">=16"
  }
}
