{
  "name": "valhalla-erc20",
  "version": "1.23.0",
  "scripts": {
    "deploy:valhalla:mainnet": "hardhat run scripts/deploy-valhalla.ts --network polygon",
    "deploy:valhalla:bsc": "hardhat run scripts/deploy-valhalla.ts --network mainnet",
    "upgrade:valhalla:mainnet": "hardhat run scripts/upgrade-valhalla.ts --network polygon",
    "upgrade:nft:mainnet": "hardhat run scripts/upgrade-nft.ts --network polygon",
    "upgrade:nft:devnet": "hardhat run scripts/upgrade-nft.ts --network devnet",
    "upgrade:villa:mainnet": "hardhat run scripts/upgrade-villa.ts --network polygon",
    "import:valhalla:mainnet": "hardhat run scripts/import.ts --network polygon",
    "import:nftGenesis:devnet": "hardhat run scripts/deploy-nftGenesis.ts --network devnet",
    "deploy:nftGenesis:mainnet": "hardhat run scripts/deploy-nftGenesis.ts --network polygon",
    "deploy:valhalla-erc20:tesnet": "hardhat run scripts/deploy-valhalla-using-erc.ts --network devnet",
    "deploy:valhalla-erc20:polygon": "hardhat run scripts/deploy-valhalla-using-erc.ts --network polygon",
    "deploy:villa:polygon": "hardhat run scripts/deploy-villa-mainnet.ts --network polygon",
    "deploy:bullrun:polygon": "hardhat run scripts/deploy-bullrunv2.riset.mainnet.ts --network polygon",
    "deploy:bullrun:token:polygon": "hardhat run scripts/deploy-token-bullrun.mainnet.ts --network polygon",
    "upgrade:bullrun:polygon": "hardhat run scripts/upgrade-bullRun.ts --network polygon",
    "upgrade:oldbullrun:polygon": "hardhat run scripts/upgrade-old-bullrunNft.ts --network polygon",
    "test:bull": "yarn hardhat test ./test/bull_run.test.ts",
    "test:villa": "npx hardhat test ./test/villa.test.ts",
    "forceImport:manifest:nft": "npx hardhat run scripts/force-import-nft.mainnet.ts --network polygon"
  },
  "devDependencies": {
    "@ethersproject/abi": "^5.7.0",
    "@ethersproject/bytes": "^5.0.0",
    "@ethersproject/providers": "^5.7.2",
    "@nomicfoundation/hardhat-chai-matchers": "^1.0.4",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.6",
    "@nomicfoundation/hardhat-toolbox": "^2.0.0",
    "@nomiclabs/hardhat-ethers": "^2.2.1",
    "@nomiclabs/hardhat-etherscan": "^3.1.2",
    "@nomiclabs/hardhat-ganache": "^2.0.1",
    "@openzeppelin/hardhat-upgrades": "^1.21.0",
    "@typechain/ethers-v5": "^10.1.1",
    "@typechain/hardhat": "^6.1.4",
    "@types/chai": "^4.3.4",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.11.9",
    "chai": "^4.3.7",
    "ethers": "^5.7.2",
    "hardhat": "^2.12.2",
    "hardhat-gas-reporter": "^1.0.9",
    "semantic-release": "^19.0.2",
    "solidity-coverage": "^0.8.2",
    "ts-node": "^10.9.1",
    "typechain": "^8.1.1",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "@openzeppelin/contracts": "^4.8.0",
    "@openzeppelin/contracts-upgradeable": "^4.8.0",
    "@uniswap/v2-periphery": "1.1.0-beta.0",
    "dotenv": "^16.0.3",
    "evm-bn": "^1.1.2",
    "jsonexport": "^3.2.0",
    "sqlite": "^4.1.2",
    "sqlite3": "^5.1.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "artifacts",
    "typechain-types",
    "contracts",
    "constant"
  ],
  "release": {
    "branches": [
      "main"
    ]
  },
  "volta": {
    "node": "16.18.1"
  }
}
