-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 5.25 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 5.25 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
{
"name": "signature-kit",
"private": true,
"license": "MIT",
"workspaces": [
"apps/*",
"core/*",
"signers/*",
"formats/*",
"validators/*",
"shared/*",
"tooling/*"
],
"type": "module",
"scripts": {
"build": "nx run-many --target=build --projects=tag:npm:public",
"build:affected": "nx affected --target=build",
"typecheck": "nx run-many --target=typecheck --projects=tag:npm:public",
"typecheck:affected": "nx affected --target=typecheck",
"typecheck:test": "tsc -p tsconfig.test.json",
"typecheck:docs": "nx run @signature-kit/docs:types:check",
"test": "vitest run --exclude '**/*.browser.test.*' --exclude '**/*.integration.test.*' --exclude '**/*.performance.test.*' --exclude 'tooling/integration-tests/**'",
"test:validar-iti": "SIGNATURE_KIT_ITI_VALIDATE=1 vitest run validators/iti/__tests__/validar-iti.integration.test.ts",
"test:integration:server": "nx run @tooling/integration-tests:test:server",
"test:integration:browser": "vitest run --no-file-parallelism --config tooling/vitest/browser.config.ts signers/a1/__tests__/a1.browser.test.ts formats/pdf/__tests__/pdf-a1.browser.test.ts && vitest run --no-file-parallelism --config tooling/vitest/browser.config.ts formats/react/__tests__/a1.browser.test.tsx formats/react/__tests__/a1.race.browser.test.tsx formats/react/__tests__/browser-pdf.browser.test.tsx formats/react/__tests__/sync-store.browser.test.tsx && vitest run --no-file-parallelism --config apps/docs/vitest.browser.config.ts apps/docs/__tests__/formal-contract-pdf.browser.test.tsx apps/docs/__tests__/pdf-page.browser.test.tsx apps/docs/__tests__/auto-sign.browser.test.tsx apps/docs/__tests__/copy-feedback-lifecycle.browser.test.tsx apps/docs/__tests__/pdf-signer.browser.test.tsx apps/docs/registry/default/signature-dialog/signature-dialog.browser.test.tsx apps/docs/registry/default/signature-dialog/signature-dialog.busy.browser.test.tsx apps/docs/registry/default/signature-pdf-viewer/signature-pdf-viewer.browser.test.tsx",
"test:performance": "vitest run core/certificates/__tests__/certificates.performance.test.ts signers/a1/__tests__/a1.performance.test.ts formats/pdf/__tests__/pdf.performance.test.ts",
"test:live:remote-signers": "SIGNATURE_KIT_LIVE_REMOTE_SIGNERS=1 vitest run signers/clicksign/__tests__/clicksign.test.ts signers/assinafy/__tests__/assinafy.test.ts signers/zapsign/__tests__/zapsign.test.ts signers/documenso/__tests__/documenso.test.ts signers/docuseal/__tests__/docuseal.test.ts",
"site:dev": "bun --cwd apps/docs dev",
"site:build": "nx run @signature-kit/docs:build",
"check:declarative-errors": "bun tooling/static-checks/check-declarative-errors.ts",
"check:nx": "nx sync:check",
"check:konsistent": "konsistent validate && konsistent check",
"lint": "oxlint -c tooling/oxc/base.json core signers formats validators shared tooling --deny-warnings",
"lint:docs": "oxlint -c tooling/oxc/react.json apps/docs --deny-warnings",
"format": "oxfmt -c tooling/oxc/oxfmt.json --write core signers formats validators shared tooling scripts .github package.json nx.json tsconfig.json tsconfig.test.json konsistent.json apps/docs/package.json apps/docs/tsconfig.json apps/docs/press.config.tsx apps/docs/source.config.ts apps/docs/instrumentation-client.ts apps/docs/vitest.browser.config.ts apps/docs/src apps/docs/components apps/docs/lib apps/docs/__tests__ apps/docs/registry apps/docs/scripts '!apps/docs/public/r/**' '!**/.cache/**' '!**/node_modules/**' '!**/dist/**' '!**/*.d.ts' '!**/*.tsbuildinfo'",
"format:check": "oxfmt -c tooling/oxc/oxfmt.json --check core signers formats validators shared tooling scripts .github package.json nx.json tsconfig.json tsconfig.test.json konsistent.json apps/docs/package.json apps/docs/tsconfig.json apps/docs/press.config.tsx apps/docs/source.config.ts apps/docs/instrumentation-client.ts apps/docs/vitest.browser.config.ts apps/docs/src apps/docs/components apps/docs/lib apps/docs/__tests__ apps/docs/registry apps/docs/scripts '!apps/docs/public/r/**' '!**/.cache/**' '!**/node_modules/**' '!**/dist/**' '!**/*.d.ts' '!**/*.tsbuildinfo'",
"check:static": "bun run check:declarative-errors && bun run lint && bun run lint:docs && bun run format:check",
"check": "bun run check:nx && bun run check:konsistent && bun run check:static && bun run typecheck && bun run typecheck:test && bun run typecheck:docs",
"pack:npm": "nx run-many --target=npm-pack --projects=tag:npm:public --parallel=1",
"release": "node scripts/tegami.mts"
},
"devDependencies": {
"@effect/platform-node": "4.0.0-beta.86",
"@effect/vitest": "4.0.0-beta.86",
"@fumapress/tegami": "0.7.3",
"@nx/js": "23.0.2",
"@types/bun": "latest",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitest/browser-playwright": "^4.1.10",
"effect": "4.0.0-beta.86",
"konsistent": "1.0.0-beta.3",
"nx": "23.0.2",
"oxfmt": "0.58.0",
"oxlint": "1.73.0",
"playwright": "^1.61.1",
"tegami": "1.2.5",
"typescript": "6.0.2",
"vitest": "^4.1.10",
"yaml": "2.9.0"
},
"overrides": {
"esbuild": "0.28.1",
"postcss": "8.5.19"
},
"packageManager": "bun@1.3.14",
"patchedDependencies": {
"react-server-dom-webpack@19.2.7": "patches/react-server-dom-webpack@19.2.7.patch"
}
}