openreplay/networkProxy/package.json
2025-03-28 11:20:15 +01:00

26 lines
664 B
JSON

{
"name": "@openreplay/network-proxy",
"version": "1.1.0",
"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 <nikita@openreplay.com>",
"license": "MIT",
"devDependencies": {
"@vitest/coverage-istanbul": "^3.0.9",
"jsdom": "^26.0.0",
"typescript": "^5.8.2",
"vitest": "^3.0.9"
},
"packageManager": "yarn@4.7.0"
}