{
  "name": "@api3/airnode-validator",
  "license": "MIT",
  "version": "0.15.0",
  "private": false,
  "main": "./dist/src/index.js",
  "bin": {
    "airnode-validator": "./dist/bin/validator.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "rimraf -g *.tsbuildinfo ./dist ./build *.tgz",
    "cli": "ts-node bin/validator.ts",
    "compile": "yarn tsc --build tsconfig.json",
    "pack": "yarn pack",
    "test": "jest --selectProjects unit",
    "test:e2e": "jest --selectProjects e2e",
    "test:e2e:update-snapshot": "yarn test:e2e --updateSnapshot"
  },
  "dependencies": {
    "@api3/airnode-protocol": "^0.15.0",
    "@api3/commons": "^0.9.0",
    "@api3/ois": "2.3.2",
    "@api3/promise-utils": "^0.4.0",
    "dotenv": "^16.4.7",
    "ethers": "^5.7.2",
    "lodash": "^4.17.21",
    "ora": "^5.4.1",
    "yargs": "^17.7.2",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/yargs": "^17.0.32",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  }
}
