-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 654 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 654 Bytes
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
{
"name": "sentry-lynx-monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "lerna run build",
"build:tarball": "lerna run build:tarball",
"test": "lerna run test",
"clean": "lerna run clean",
"postinstall": "patch-package"
},
"devDependencies": {
"@sentry-internal/eslint-config-sdk": "10.4.0",
"@sentry-internal/eslint-plugin-sdk": "10.4.0",
"@sentry-internal/typescript": "10.4.0",
"lerna": "^8.2.1",
"patch-package": "^8.0.0",
"replace-in-file": "^8.3.0"
},
"workspaces": [
"packages/*",
"samples/*",
"samples/react/web"
],
"packageManager": "yarn@4.8.1"
}