-
Notifications
You must be signed in to change notification settings - Fork 109
/
package.json
40 lines (40 loc) · 1.03 KB
/
package.json
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
{
"name": "temporalio",
"version": "1.9.3",
"description": "Temporal.io SDK meta-package",
"dependencies": {
"@temporalio/activity": "file:../activity",
"@temporalio/client": "file:../client",
"@temporalio/common": "file:../common",
"@temporalio/interceptors-opentelemetry": "file:../interceptors-opentelemetry",
"@temporalio/proto": "file:../proto",
"@temporalio/testing": "file:../testing",
"@temporalio/worker": "file:../worker",
"@temporalio/workflow": "file:../workflow"
},
"author": "Temporal Technologies Inc. <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/temporalio/sdk-typescript.git"
},
"keywords": [
"temporal",
"workflow",
"isolate"
],
"bugs": {
"url": "https://github.com/temporalio/sdk-typescript/issues"
},
"homepage": "https://github.com/temporalio/sdk-typescript#readme",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"src",
"lib"
]
}