{
  "name": "@requestnetwork/data-format",
  "version": "0.25.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Data format for the Request Network protocol.",
  "keywords": [
    "request",
    "requestnetwork",
    "data-format"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RequestNetwork/requestNetwork.git"
  },
  "homepage": "https://github.com/RequestNetwork/requestNetwork/tree/master/packages/data-format",
  "bugs": {
    "url": "https://github.com/RequestNetwork/requestNetwork/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22.0.0"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rm -rf dist tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo",
    "lint": "eslint . --fix",
    "lint:check": "eslint .",
    "test": "jest",
    "test:watch": "yarn test --watch"
  },
  "dependencies": {
    "ajv": "8.17.1",
    "ajv-formats": "3.0.1",
    "ethers": "5.7.2",
    "tslib": "2.8.1"
  },
  "devDependencies": {
    "@types/node": "18.11.9",
    "jest-junit": "16.0.0",
    "ts-node": "10.9.1",
    "typescript": "5.8.3"
  },
  "gitHead": "23ae087bc3beafd5bb48a6e9a3aec616c3535ff1"
}
