forked from vectorize-io/hindsight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 682 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 682 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
27
28
29
30
31
32
{
"name": "hindsight",
"private": true,
"workspaces": [
"hindsight-clients/typescript",
"hindsight-control-plane",
"hindsight-docs"
],
"scripts": {
"prepare": "./scripts/setup-hooks.sh"
},
"overrides": {
"qs": "^6.14.2",
"fast-xml-parser": ">=5.5.6",
"serialize-javascript": "^7.0.3",
"minimatch": "^3.1.4",
"undici": ">=7.24.0",
"flatted": ">=3.4.0",
"svgo": ">=3.3.3",
"dompurify": ">=3.3.2",
"@redocly/openapi-core": {
"minimatch": "^5.1.8"
},
"@typescript-eslint/typescript-estree": {
"minimatch": "^9.0.7"
},
"ajv": "^6.14.0",
"ajv-formats": {
"ajv": "^8.18.0"
}
}
}