openreplay/networkProxy/package.json
2024-09-30 12:52:11 +02:00

24 lines
610 B
JSON

{
"name": "@openreplay/network-proxy",
"version": "1.0.3",
"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"
],
"scripts": {
"build": "tsc",
"test": "vitest",
"test:ci": "vitest --coverage"
},
"author": "Nikita <nikita@openreplay.com>",
"license": "MIT",
"devDependencies": {
"@vitest/coverage-istanbul": "^2.1.1",
"jsdom": "^25.0.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
}
}