{
  "name": "@requestnetwork/ethereum-storage",
  "version": "0.50.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Request Network storage layer based on ethereum.",
  "keywords": [
    "requestnetwork",
    "ethereum-storage"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RequestNetwork/requestNetwork.git"
  },
  "homepage": "https://github.com/RequestNetwork/requestNetwork/tree/master/packages/ethereum-storage#readme",
  "bugs": {
    "url": "https://github.com/RequestNetwork/requestNetwork/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22.0.0"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/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 --maxWorkers=1",
    "test:watch": "yarn test --watch",
    "init-ipfs": "node scripts/init-ipfs.js"
  },
  "dependencies": {
    "@rainbow-me/fee-suggestions": "2.1.0",
    "@requestnetwork/smart-contracts": "0.53.0",
    "@requestnetwork/types": "0.59.0",
    "@requestnetwork/utils": "0.59.0",
    "ethers": "5.7.2",
    "form-data": "3.0.4",
    "qs": "6.11.2",
    "shelljs": "0.8.5",
    "tslib": "2.8.1",
    "yargs": "17.6.2"
  },
  "devDependencies": {
    "@types/jest": "29.5.6",
    "@types/node": "18.11.9",
    "jest": "29.5.0",
    "jest-junit": "16.0.0",
    "msw": "2.0.6",
    "solium": "1.2.5",
    "source-map-support": "0.5.19",
    "ts-jest": "29.3.2",
    "ts-node": "10.9.1",
    "typescript": "5.8.3",
    "web3-providers-http": "1.3.6"
  },
  "gitHead": "23ae087bc3beafd5bb48a6e9a3aec616c3535ff1"
}
