{
  "name": "hytopia-steaks",
  "version": "1.1.7",
  "description": "HYTOPIA staking contract analyzer for stakable tokens within the HYTOPIA ecosystem.",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "module": "./dist/esm/index.js",
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "test": "jest --testPathPattern=\\.unit\\.test\\.ts$ --coverage",
    "test:watch": "jest --testPathPattern=\\.unit\\.test\\.ts$ --watch",
    "test:integration": "jest --testPathPattern=\\.int\\.test\\.ts$ --coverage",
    "test:integration:watch": "jest --testPathPattern=\\.int\\.test\\.ts$ --watch",
    "test:all": "jest --testPathPattern=\\.int\\.test\\.ts$ --testPathPattern=\\.unit\\.test\\.ts$ --coverage"
  },
  "author": "kodikraig",
  "license": "MIT",
  "keywords": [
    "ethereum",
    "ethers",
    "web3",
    "crypto",
    "hytopia",
    "hychain"
  ],
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.30",
    "@typescript-eslint/eslint-plugin": "^7.4.0",
    "@typescript-eslint/parser": "^7.4.0",
    "dotenv": "^16.4.5",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-promise": "^6.1.1",
    "jest": "^29.7.0",
    "jest-mock-extended": "^3.0.5",
    "jest-runner-groups": "^2.2.0",
    "prettier": "^3.2.5",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.3"
  },
  "dependencies": {
    "ethers": "^6.11.1"
  },
  "bugs": {
    "url": "https://github.com/KodiKraig/hytopia-steaks/issues"
  },
  "homepage": "https://github.com/KodiKraig/hytopia-steaks#readme",
  "private": false
}
