-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 1000 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "edu-platform",
"private": true,
"packageManager": "pnpm@10.13.0",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"check-types": "turbo run check-types",
"test": "vitest run",
"test:python": "uv run --with pytest --with fastapi --with pydantic-settings --with opentelemetry-api --with opentelemetry-sdk --with opentelemetry-exporter-otlp-proto-grpc --with opentelemetry-instrumentation-fastapi --with opentelemetry-instrumentation-sqlalchemy --with opentelemetry-instrumentation-redis --with opentelemetry-instrumentation-httpx --with sqlalchemy --with redis --with httpx --with structlog --with prometheus-fastapi-instrumentator pytest packages/contracts packages/config packages/shared services/lms-core"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/node": "^20.19.43",
"eslint": "^9.39.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.62.0",
"vitest": "^4.1.9"
}
}