|
| 1 | +{ |
| 2 | + "name": "@launchdarkly/browser-telemetry", |
| 3 | + "version": "0.0.9", |
| 4 | + "type": "module", |
| 5 | + "main": "./dist/index.cjs", |
| 6 | + "module": "./dist/index.js", |
| 7 | + "types": "./dist/index.d.ts", |
| 8 | + "exports": { |
| 9 | + ".": { |
| 10 | + "require": { |
| 11 | + "types": "./dist/index.d.cts", |
| 12 | + "require": "./dist/index.cjs" |
| 13 | + }, |
| 14 | + "import": { |
| 15 | + "types": "./dist/index.d.ts", |
| 16 | + "import": "./dist/index.js" |
| 17 | + } |
| 18 | + } |
| 19 | + }, |
| 20 | + "files": [ |
| 21 | + "dist" |
| 22 | + ], |
| 23 | + "description": "Telemetry integration for LaunchDarkly browser SDKs.", |
| 24 | + "scripts": { |
| 25 | + "test": "npx jest --runInBand", |
| 26 | + "build": "tsup", |
| 27 | + "prettier": "prettier --write 'src/*.@(js|ts|tsx|json)'", |
| 28 | + "check": "yarn && yarn prettier && yarn lint && tsc && yarn test", |
| 29 | + "lint": "npx eslint . --ext .ts" |
| 30 | + }, |
| 31 | + "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/telemetry/browser-telemetry", |
| 32 | + "repository": { |
| 33 | + "type": "git", |
| 34 | + "url": "git+https://github.com/launchdarkly/js-core.git" |
| 35 | + }, |
| 36 | + "keywords": [ |
| 37 | + "launchdarkly", |
| 38 | + "analytics", |
| 39 | + "telemetry" |
| 40 | + ], |
| 41 | + "license": "Apache-2.0", |
| 42 | + "bugs": { |
| 43 | + "url": "https://github.com/launchdarkly/js-core/issues" |
| 44 | + }, |
| 45 | + "dependencies": { |
| 46 | + "rrweb": "2.0.0-alpha.4", |
| 47 | + "tracekit": "^0.4.6" |
| 48 | + }, |
| 49 | + "peerDependencies": { |
| 50 | + "launchdarkly-js-client-sdk": "^3.4.0" |
| 51 | + }, |
| 52 | + "devDependencies": { |
| 53 | + "@jest/globals": "^29.7.0", |
| 54 | + "@trivago/prettier-plugin-sort-imports": "^4.1.1", |
| 55 | + "@types/jest": "^29.5.11", |
| 56 | + "@typescript-eslint/eslint-plugin": "^6.20.0", |
| 57 | + "@typescript-eslint/parser": "^6.20.0", |
| 58 | + "eslint": "^8.45.0", |
| 59 | + "eslint-config-airbnb-base": "^15.0.0", |
| 60 | + "eslint-config-airbnb-typescript": "^17.1.0", |
| 61 | + "eslint-config-prettier": "^8.8.0", |
| 62 | + "eslint-plugin-import": "^2.27.5", |
| 63 | + "eslint-plugin-jest": "^27.6.3", |
| 64 | + "eslint-plugin-prettier": "^5.0.0", |
| 65 | + "jest": "^29.7.0", |
| 66 | + "jest-environment-jsdom": "^29.7.0", |
| 67 | + "launchdarkly-js-test-helpers": "^2.2.0", |
| 68 | + "prettier": "^3.0.0", |
| 69 | + "rimraf": "^5.0.5", |
| 70 | + "ts-jest": "^29.1.1", |
| 71 | + "tsup": "^8.3.5", |
| 72 | + "typedoc": "0.25.0", |
| 73 | + "typescript": "^5.5.3" |
| 74 | + } |
| 75 | +} |
0 commit comments