{
  "name": "@requestnetwork/data-access",
  "version": "0.45.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Main package for the Request Network data access layer.",
  "keywords": [
    "requestnetwork",
    "data-access"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RequestNetwork/requestNetwork.git"
  },
  "homepage": "https://github.com/RequestNetwork/requestNetwork/tree/master/packages/data-access#readme",
  "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": {
    "@requestnetwork/multi-format": "0.28.0",
    "@requestnetwork/types": "0.54.0",
    "@requestnetwork/utils": "0.54.0",
    "tslib": "2.5.0"
  },
  "devDependencies": {
    "@types/jest": "29.5.6",
    "@types/node": "18.11.9",
    "jest": "29.5.0",
    "jest-junit": "16.0.0",
    "source-map-support": "0.5.19",
    "ts-jest": "29.1.0",
    "ts-node": "10.9.1",
    "typescript": "5.1.3"
  },
  "gitHead": "1057ec221d0c204a4b176e79a3f66dcf3c9dc8bc"
}
