{
  "name": "threat-lab",
  "version": "0.4.3",
  "description": "Unified Solidity security scanner — static analysis, dependency audit, live threat intel, exploit simulation, and watch-mode monitoring",
  "type": "module",
  "bin": {
    "threat-lab": "dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "assets/darksol-banner.png",
    "contracts/**/*.sol",
    "src/signatures/**/*.json",
    "lib/**/*.js"
  ],
  "license": "MIT",
  "homepage": "https://github.com/darks0l/threat-lab",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darks0l/threat-lab.git"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "dev": "vitest",
    "lint": "eslint src --ext .ts",
    "deploy:anvil": "ts-node scripts/deploy.ts --network anvil",
    "deploy:sepolia": "ts-node scripts/deploy.ts --network base-sepolia",
    "scenario:run": "ts-node scripts/runScenario.ts",
    "submit": "ts-node scripts/submitFindings.ts"
  },
  "dependencies": {
    "axios": "^1.7.0",
    "dotenv": "^16.4.5",
    "ethers": "^6.13.0",
    "semver": "^7.7.4",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "eslint": "^9.0.0",
    "solc": "^0.8.24",
    "ts-node": "^10.9.2",
    "tsx": "^4.21.0",
    "typescript": "5.8",
    "vitest": "^1.6.0"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
