{
  "name": "@api3/airnode-utilities",
  "license": "MIT",
  "version": "0.15.0",
  "private": false,
  "description": "General utilities to support Airnode packages",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "rimraf -g *.tsbuildinfo ./dist ./build *.tgz",
    "compile": "tsc --build tsconfig.json",
    "test": "SILENCE_LOGGER=true jest --selectProjects unit",
    "test:e2e": "SILENCE_LOGGER=true jest --selectProjects e2e --runInBand",
    "pack": "yarn pack"
  },
  "types": "dist/index",
  "main": "dist/index.js",
  "dependencies": {
    "@api3/airnode-validator": "^0.15.0",
    "@api3/promise-utils": "^0.4.0",
    "date-fns": "^3.6.0",
    "ethers": "^5.7.2"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.17.0",
    "hardhat": "^2.22.18",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  }
}
