{
  "name": "@alys-chain/verto-v2-core",
  "description": "Core Smart Contracts of Verto V2",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "version": "2.0.5",
  "homepage": "https://verto.org",
  "keywords": [
    "verto",
    "core",
    "v2"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ALYS-Chain/verto-contracts-v2"
  },
  "devDependencies": {
    "@ethersproject/abi": "^5.7.0",
    "@nomicfoundation/hardhat-ethers": "^3.0.8",
    "@nomicfoundation/hardhat-ignition": "^0.15.5",
    "@nomicfoundation/hardhat-ignition-viem": "^0.15.0",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.0",
    "@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
    "@nomicfoundation/hardhat-verify": "^2.0.0",
    "@nomicfoundation/hardhat-viem": "^2.0.0",
    "@nomicfoundation/ignition-core": "^0.15.5",
    "@typechain/hardhat": "^9.1.0",
    "@types/chai": "^4.2.0",
    "@types/chai-as-promised": "^7.1.6",
    "@types/mocha": ">=9.1.0",
    "@webpack-cli/generators": "^3.0.7",
    "chai": "^4.2.0",
    "console-browserify": "^1.2.0",
    "crypto-browserify": "^3.12.0",
    "diagnostics_channel": "^1.1.0",
    "domain-browser": "^5.7.0",
    "hardhat": "^2.22.13",
    "hardhat-gas-reporter": "^1.0.8",
    "html-webpack-plugin": "^5.6.0",
    "node-polyfill-webpack-plugin": "^4.0.0",
    "os-browserify": "^0.3.0",
    "path-browserify": "^1.0.1",
    "solidity-coverage": "^0.7.22",
    "stream-browserify": "^3.0.0",
    "ts-generator": "^0.1.1",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "typechain": "^8.3.2",
    "typescript": "^5.6.3",
    "viem": "^2.7.6",
    "vm-browserify": "^1.1.2",
    "@openzeppelin/contracts": "^5.0.2",
    "@typechain/ethers-v6": "^0.5.1",
    "dotenv": "^16.4.5",
    "ethers": "^6.13.3",
    "hardhat-typechain": "^0.3.5"
  },
  "dependencies": {
  },
  "files": [
    "contracts",
    "build/artifacts/contracts/**/*.json",
    "!build/artifacts/contracts/**/*.dbg.json",
    "lib/Constants.ts"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "typechain": "hardhat typechain",
    "build": "hardhat compile",
    "test": "hardhat test",
    "tsc": "tsc",
    "prepublishOnly": "npm run build"
  }
}
