-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.29 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.29 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
{
"name": "credtrail",
"private": true,
"version": "0.1.0",
"packageManager": "pnpm@10.6.5",
"scripts": {
"check:public-docs": "node scripts/check-public-docs.mjs",
"export:ob3-openapi": "pnpm exec tsx scripts/export-ob3-openapi.mjs",
"check:ob3-openapi": "pnpm exec tsx scripts/check-ob3-openapi.mjs",
"cert:preflight": "node scripts/ob3-cert-preflight.mjs",
"lint": "eslint --max-warnings=0 \"apps/**/*.ts\" \"packages/**/*.ts\" \"vitest.config.ts\"",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:e2e": "playwright test",
"test:e2e:canvas-real": "playwright test --grep @real-canvas",
"test:e2e:sakai-real": "playwright test --grep @real-sakai",
"check": "pnpm check:public-docs && pnpm check:ob3-openapi && pnpm lint && pnpm typecheck && pnpm test"
},
"devDependencies": {
"@animo-id/oid4vci": "^0.1.4",
"@cloudflare/workers-types": "^4.20260206.0",
"@eslint/js": "^9.21.0",
"@playwright/test": "^1.58.2",
"@sphereon/oid4vci-client": "^0.20.1",
"@types/jsonld": "^1.5.15",
"@types/pg": "^8.16.0",
"eslint": "^9.21.0",
"globals": "^15.15.0",
"prettier": "^3.5.2",
"tsx": "^4.21.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.25.0",
"vitest": "^3.0.7",
"wrangler": "^4.2.1"
}
}