{
  "name": "pass-bullrun",
  "version": "1.4.0",
  "scripts": {
    "test:nft": "hardhat test ./test/nft.test.ts",
    "test:network": "hardhat test ./test/network.test.ts",
    "deploy:bulldev": "hardhat run ./scripts/deploy-pass-dev.ts --network bsc_mainnet",
    "semantic-release": "semantic-release"
  },
  "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",
    "solidity-coverage": "^0.8.2",
    "ts-node": "^10.9.1",
    "typechain": "^8.1.1",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "@openzeppelin/contracts": "^4.9.3",
    "@openzeppelin/contracts-upgradeable": "^4.9.3",
    "@uniswap/v2-core": "^1.0.1",
    "@uniswap/v2-periphery": "1.1.0-beta.0",
    "dotenv": "^16.3.1",
    "evm-bn": "^1.1.2",
    "jsonexport": "^3.2.0",
    "semantic-release": "^22.0.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "artifacts",
    "typechain-types",
    "contracts",
    "constants"
  ],
  "release": {
    "branches": [
      "main"
    ]
  },
  "volta": {
    "node": "18.17.0"
  },
  "license": "MIT"
}
