-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 3.74 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 3.74 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
{
"name": "xquik-docs",
"private": true,
"scripts": {
"format": "bun run --bun --no-install oxfmt --write",
"format:check": "bun run --bun --no-install oxfmt --check .",
"lint": "bun run --bun --no-install oxlint --type-aware --type-check --deny-warnings --report-unused-disable-directives-severity=error .",
"check:dependencies": "bun scripts/check-dependency-policy.mjs",
"check:response-examples": "bun scripts/sync-api-response-examples.mjs --check",
"docs:links": "bun run --bun --no-install mint broken-links",
"docs:validate": "bun run --bun --no-install mint validate",
"sync:response-examples": "bun scripts/sync-api-response-examples.mjs",
"test:agent-docs": "bun run --bun --no-install vitest run",
"test:coverage": "coverage_report=$(mktemp -d \"$(git rev-parse --git-path coverage)-XXXXXXXX\"); bun run test:agent-docs --coverage --coverage.provider=istanbul '--coverage.include=**/*.{js,jsx,mjs,cjs,ts,tsx}' '--coverage.exclude=**/*.test.*' --coverage.reporter=text --coverage.reporter=json-summary --coverage.reporter=json --coverage.reportOnFailure --coverage.reportsDirectory=\"$coverage_report\" && bun run check:coverage \"$coverage_report/coverage-summary.json\"",
"check:all": "bun run --parallel --no-exit-on-error check:static test:coverage test:coverage-tool report:p99 check:loc",
"check:coverage": "go run scripts/check-coverage.go",
"test:coverage-tool": "go test -cover scripts/check-coverage.go scripts/check-coverage_test.go scripts/check-loc_test.go",
"format:go:check": "gofmt -d scripts/*.go && test -z \"$(gofmt -l scripts/*.go)\"",
"check:loc": "bash scripts/check-loc.sh",
"format:shell:check": "shfmt -d scripts/*.sh",
"check:security": "bash scripts/check-security.sh",
"report:p99": "printf '{\"baseCommit\":\"%s\",\"scope\":\"documentation tooling\",\"coverage\":null,\"status\":\"unmeasured\",\"gaps\":[\"No representative per-operation latency distributions are retained.\",\"Check and build wall times do not establish p99.\"]}\\n' \"$(git rev-parse HEAD)\"",
"check:licenses": "uvx --from reuse==6.2.0 reuse lint",
"check:static": "bash \"${XQUIK_ROOT:-${XQUIK_PRODUCT_ROOT:-../xquik}}/scripts/check-all.sh\" lane static bun run --parallel --no-exit-on-error check:security check:patches check:dependencies check:response-examples lint format:check format:go:check format:shell:check docs:validate docs:links check:licenses",
"prepare:docs": "git apply --directory=node_modules --reverse --check patches/mintlify-archives.patch 2>/dev/null || git apply --directory=node_modules patches/mintlify-archives.patch",
"postinstall": "bun run prepare:docs",
"check:patches": "git apply --directory=node_modules --reverse --check patches/mintlify-archives.patch",
"install:frozen": "bunx --bun npm@12.0.1 ci --ignore-scripts && bun run prepare:docs"
},
"devDependencies": {
"@types/bun": "1.4.2",
"@vitest/coverage-istanbul": "5.0.0",
"afdocs": "0.20.0",
"fflate": "0.8.3",
"mint": "4.2.881",
"oxfmt": "0.67.0",
"oxlint": "1.82.0",
"oxlint-tsgolint": "7.0.2001",
"vitest": "5.0.0",
"zip-a-folder": "7.0.0"
},
"overrides": {
"@puppeteer/browsers": "3.2.1",
"adm-zip": "npm:@xhmikosr/decompress@11.1.4",
"axios": "1.18.1",
"brace-expansion": "5.0.9",
"fast-uri": "3.1.7",
"front-matter": {
"js-yaml": "3.15.2"
},
"ip-address": "10.4.0",
"js-yaml": "4.3.2",
"nanoid": "3.3.18",
"postcss": "8.5.26",
"puppeteer": "25.8.0",
"puppeteer-core": "25.8.0",
"qs": "6.16.0",
"sharp": "0.35.4",
"tar": "7.5.21"
},
"packageManager": "npm@12.0.1+sha512.2f94fd8bf600416416a934bfc59c4991e8bff7372ef7d842784e2a8b8d48c81555ee645069ddea73625fb8e92dc261feab0188fd5dab6c22fefd46316f5f9140"
}