{
  "name": "@chainlink/evm-gauntlet-functions",
  "version": "1.4.1",
  "description": "EVM Gauntlet Functions",
  "keywords": [
    "typescript",
    "cli"
  ],
  "main": "./dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "artifacts/**/*",
    "dist/**/*",
    "!dist/**/*.test.js"
  ],
  "scripts": {
    "gauntlet": "ts-node ./src/index.ts",
    "lint": "tsc",
    "test": "SKIP_PROMPTS=true jest --runInBand",
    "test:coverage": "yarn test --collectCoverage",
    "test:ci": "yarn test --ci",
    "lint:format": "yarn prettier --check ./src",
    "format": "yarn prettier --write ./src",
    "clean": "rm -rf ./dist/ ./bin/",
    "build": "yarn clean && tsc -b",
    "bundle": "yarn build && pkg ."
  },
  "dependencies": {
    "@chainlink/evm-gauntlet": "*",
    "@chainlink/evm-gauntlet-ocr": "*",
    "@chainlink/gauntlet-core": "0.8.0",
    "ethers": "^6.11.1",
    "long": "^5.2.1"
  }
}
