-
Notifications
You must be signed in to change notification settings - Fork 190
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 4.56 KB
/
Copy pathpackage.json
File metadata and controls
114 lines (114 loc) · 4.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "browser-sdk",
"version": "7.4.0",
"description": "browser SDK",
"private": true,
"workspaces": [
"packages/*",
"developer-extension",
"test/e2e",
"test/performance"
],
"type": "module",
"scripts": {
"api:check": "node scripts/check-js-core-api.ts",
"build": "yarn workspaces foreach --all --parallel --topological-dev run build",
"build:bundle": "yarn workspaces foreach --all --parallel run build:bundle",
"build:apps": "node scripts/build/build-test-apps.ts",
"build:docs:json": "typedoc --logLevel Verbose --json ./generated-docs.json",
"build:docs:html": "typedoc --out ./generated-docs",
"serve:docs": "yarn build:docs:html && npx http-server ./generated-docs -p 8080 -o",
"pack": "yarn workspaces foreach --all --parallel --topological-dev --include '@datadog/*' exec yarn pack",
"format": "prettier --check .",
"lint": "NODE_OPTIONS='--max-old-space-size=4096' eslint .",
"typecheck": "tsc -b --noEmit true",
"dev": "yarn dev-server start",
"dev-server": "node scripts/dev-server/index.ts",
"release": "node ./scripts/release/prepare-release.ts --push",
"test": "yarn test:unit:watch",
"test:unit": "karma start ./test/unit/karma.local.conf.js",
"test:script": "node --test --experimental-test-module-mocks './scripts/**/*.spec.*'",
"test:unit:watch": "yarn test:unit --no-single-run",
"test:unit:bs": "node --env-file-if-exists=.env ./scripts/test/bs-wrapper.ts karma start test/unit/karma.bs.conf.js",
"test:e2e:setup": "yarn build && yarn build:apps && yarn playwright install --with-deps && yarn dlx -p playwright@1.40.1 playwright install chromium firefox webkit",
"test:e2e": "playwright test --config test/e2e/playwright.config.ts",
"test:compat:tsc": "node scripts/check-typescript-compatibility.ts",
"test:compat:ssr": "scripts/cli check_server_side_rendering_compatibility",
"test:performance": "playwright test --config test/performance/playwright.config.ts",
"test:performance:debug": "playwright test --config test/performance/playwright.config.ts --debug",
"test:performance:ui": "playwright test --config test/performance/playwright.config.ts --ui",
"json-schemas:sync": "node scripts/json-schemas.ts --update master --build",
"json-schemas:generate": "node scripts/json-schemas.ts --build",
"size": "node scripts/show-bundle-size.ts",
"woke": "scripts/cli woke"
},
"devDependencies": {
"@datadog/rum-events-format": "DataDog/rum-events-format#commit=02c94b31a2676458a156ed627f3edcd87254beb7",
"@eslint/js": "10.0.1",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@microsoft/api-extractor": "7.58.9",
"@playwright/test": "1.61.0",
"@swc/core": "1.15.41",
"@types/busboy": "1.5.4",
"@types/chrome": "0.1.43",
"@types/cors": "2.8.19",
"@types/express": "5.0.6",
"@types/jasmine": "3.10.19",
"@types/node": "25.9.3",
"@types/node-forge": "1.3.14",
"@types/ws": "8.18.1",
"@typescript-eslint/utils": "8.61.0",
"ajv": "8.20.0",
"browserstack-local": "1.5.13",
"busboy": "1.6.0",
"chrome-webstore-upload": "4.0.4",
"cors": "2.8.6",
"emoji-name-map": "2.0.3",
"eslint": "10.5.0",
"eslint-import-resolver-typescript": "4.4.5",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-jasmine": "4.2.2",
"eslint-plugin-jsdoc": "63.0.2",
"eslint-plugin-unicorn": "65.0.1",
"express": "5.2.1",
"globals": "17.6.0",
"html-webpack-plugin": "5.6.7",
"http-server": "14.1.1",
"jasmine-core": "3.99.1",
"json-schema-to-typescript": "bcaudan/json-schema-to-typescript#bcaudan/add-readonly-support",
"karma": "6.4.4",
"karma-browserstack-launcher": "1.6.0",
"karma-chrome-launcher": "3.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.2",
"karma-junit-reporter": "2.0.1",
"karma-sourcemap-loader": "0.4.0",
"karma-spec-reporter": "0.0.36",
"karma-webpack": "5.0.0",
"minimatch": "10.2.5",
"node-forge": "1.4.0",
"prettier": "3.8.4",
"puppeteer": "25.1.0",
"swc-loader": "0.2.7",
"terser-webpack-plugin": "5.6.1",
"ts-loader": "9.6.0",
"tsconfig-paths-webpack-plugin": "4.2.0",
"tsdown": "0.22.2",
"typedoc": "0.28.19",
"typescript": "6.0.3",
"typescript-eslint": "8.61.0",
"undici": "8.5.0",
"webpack": "5.107.2",
"webpack-cli": "7.0.3",
"webpack-dev-middleware": "8.0.3",
"ws": "8.21.0"
},
"resolutions": {
"rolldown": "1.1.1"
},
"volta": {
"node": "26.3.0",
"yarn": "4.16.0"
},
"packageManager": "yarn@4.16.0"
}