{
  "name": "hardhat-scilla-plugin",
  "version": "3.8.1",
  "description": "Hardhat TypeScript plugin for scilla testing",
  "repository": "github:Zilliqa/hardhat-scilla-plugin",
  "author": "Saeed Dadkhah",
  "license": "MIT",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "keywords": [
    "ethereum",
    "smart-contracts",
    "hardhat",
    "hardhat-plugin",
    "scilla",
    "zilliqa"
  ],
  "scripts": {
    "lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && eslint --fix . --ext .ts --fix",
    "lint": "eslint . --ext .ts",
    "test": "mocha --exit --recursive 'test/**/*.test.ts' --exclude 'test/**/*.live.test.ts'",
    "test-all": "mocha --timeout 10000 --exit --recursive 'test/**/*.test.ts'",
    "test-live": "mocha --timeout 10000 --exit --recursive 'test/**/*.live.test.ts'",
    "build": "tsc",
    "watch": "tsc -w",
    "prepublishOnly": "yarn build && yarn test",
    "force-scilla-download": "npx ts-node scripts/force-scilla-download.ts"
  },
  "files": [
    "dist/src/",
    "src/",
    "LICENSE",
    "README.md"
  ],
  "mocha": {
    "file": [
      "./test/prepare.setup.ts"
    ]
  },
  "devDependencies": {
    "@types/chai": "^4.3.12",
    "@types/cli-color": "^2.0.6",
    "@types/glob": "^8.1.0",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.11.24",
    "@types/websocket": "^1.0.10",
    "@typescript-eslint/eslint-plugin": "^7.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "chai": "^4.4.1",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-unicorn": "^51.0.1",
    "eslint-plugin-unused-imports": "^3.1.0",
    "hardhat": "^2.22.19",
    "mocha": "^10.3.0",
    "prettier": "^2.8.8",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "@ethersproject/bignumber": "^5.8.0",
    "@types/chai-subset": "^1.3.5",
    "@zilliqa-js/account": "^3.5.0",
    "@zilliqa-js/contract": "^3.5.0",
    "@zilliqa-js/core": "^3.5.0",
    "@zilliqa-js/crypto": "^3.5.0",
    "@zilliqa-js/util": "^3.5.0",
    "chai-subset": "^1.6.0",
    "cli-color": "^2.0.4",
    "glob": "^11.0.1",
    "s-expression": "^3.1.1"
  },
  "peerDependencies": {
    "@zilliqa-js/zilliqa": "^3.4.3",
    "hardhat": "^2.18.0"
  },
  "pnpm": {
    "overrides": {
      "cross-fetch@<2.2.6": ">=2.2.6",
      "tar@<3.2.2": ">=3.2.2",
      "node-fetch@<2.6.7": ">=2.6.7",
      "tar@<4.4.18": ">=4.4.18",
      "protobufjs@>=6.10.0 <6.11.4": ">=6.11.4"
    }
  }
}
