-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
16 lines (16 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "dapr4s",
"private": true,
"description": "npm dependency manifest for the dapr4s Scala.js layer — the ScalablyTyped-generated facades (scripts/generate-st-facades.sh, consumed via js-deps.scala) are converted from exactly these versions, and the runtime loads exactly these modules (TypeScript types are erased at runtime, so a floating range could drift undetected). @types/express and @types/node must be top-level dependencies (not devDependencies) or the converter skips them; typescript is required by the converter itself.",
"license": "Apache-2.0",
"dependencies": {
"@dapr/dapr": "3.18.0",
"@dapr/testcontainer-node": "0.5.1",
"@types/express": "4.17.21",
"@types/node": "22.13.0",
"testcontainers": "11.5.1"
},
"devDependencies": {
"typescript": "5.7.3"
}
}