{
  "name": "@mrkltree/evm-audit-agent",
  "version": "1.1.4",
  "description": "Static analysis plugin for Hardhat that detects security vulnerabilities and style issues in Solidity contracts",
  "license": "MIT",
  "type": "module",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": "./dist/src/index.js"
  },
  "keywords": [
    "ethereum",
    "smart-contracts",
    "hardhat",
    "hardhat3",
    "hardhat-plugin"
  ],
  "scripts": {
    "lint": "pnpm prettier --check && pnpm eslint",
    "lint:fix": "pnpm prettier --write && pnpm eslint --fix",
    "eslint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "prettier": "prettier \"**/*.{ts,js,md,json}\"",
    "test": "node --import tsx/esm --test --test-reporter=@nomicfoundation/hardhat-node-test-reporter \"test/*.ts\" \"test/!(fixture-projects|helpers)/**/*.ts\"",
    "test:only": "node --import tsx/esm --test --test-only --test-reporter=@nomicfoundation/hardhat-node-test-reporter \"test/*.ts\" \"test/!(fixture-projects|helpers)/**/*.ts\"",
    "test:coverage": "c8 --reporter html --reporter text --all --exclude test --exclude \"src/**/{types,type-extensions}.ts\" --src src node --import tsx/esm --test --test-reporter=@nomicfoundation/hardhat-node-test-reporter \"test/*.ts\" \"test/!(fixture-projects|helpers)/**/*.ts\"",
    "pretest": "pnpm build",
    "pretest:only": "pnpm build",
    "build": "tsc --build .",
    "prepublishOnly": "pnpm build",
    "clean": "rimraf dist",
    "watch": "tsc --build . --watch"
  },
  "files": [
    "dist/src/",
    "src/",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@eslint/js": "^9.35.0",
    "@nomicfoundation/hardhat-node-test-reporter": "^3.0.0",
    "@tsconfig/node22": "^22.0.2",
    "@types/node": "^22.11.0",
    "c8": "^9.1.0",
    "eslint": "^9.35.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "hardhat": "^3.0.6",
    "prettier": "3.6.2",
    "rimraf": "^5.0.5",
    "tsx": "^4.19.3",
    "typescript": "~5.8.0",
    "typescript-eslint": "^8.43.0"
  },
  "peerDependencies": {
    "hardhat": "^3.0.6"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.67.0",
    "@lighthouse-web3/kavach": "^0.2.1",
    "@lighthouse-web3/sdk": "^0.4.3",
    "@solidity-parser/parser": "^0.20.2",
    "axios": "^1.12.2",
    "chalk": "^5.6.2",
    "dotenv": "^17.2.3",
    "ethers": "^6.15.0",
    "glob": "^11.0.3",
    "openai": "^6.6.0",
    "uuid": "^13.0.0",
    "yaml": "^2.8.1"
  }
}
