{
  "name": "@requestnetwork/types",
  "version": "0.59.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Types for Request Network packages.",
  "keywords": [
    "requestnetwork",
    "types"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RequestNetwork/requestNetwork.git"
  },
  "homepage": "https://github.com/RequestNetwork/requestNetwork/tree/master/packages/types#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 .",
    "prepare": "yarn run build"
  },
  "dependencies": {
    "@lit-protocol/types": "7.0.5",
    "ethers": "5.7.2"
  },
  "devDependencies": {
    "ts-node": "10.9.1",
    "typed-emitter": "2.1.0",
    "typescript": "5.8.3"
  },
  "gitHead": "23ae087bc3beafd5bb48a6e9a3aec616c3535ff1"
}
