{ "name": "@openreplay/network-proxy", "version": "1.1.2", "description": "this library helps us to create proxy objects for fetch, XHR and beacons for proper request tracking.", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "type": "module", "scripts": { "build": "tsc", "test": "vitest", "test:ci": "vitest --coverage" }, "author": "Nikita ", "license": "MIT", "devDependencies": { "@vitest/coverage-istanbul": "^3.1.1", "jsdom": "^26.1.0", "typescript": "^5.8.3", "vitest": "^3.1.1" }, "packageManager": "yarn@4.7.0" }