-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.48 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.48 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
{
"name": "@temporalio/nyc-test-coverage",
"version": "1.17.0",
"description": "Temporal.io SDK code coverage integration",
"keywords": [
"temporal",
"workflow",
"testing",
"coverage"
],
"homepage": "https://github.com/temporalio/sdk-typescript/tree/main/packages/nyc-test-coverage",
"bugs": {
"url": "https://github.com/temporalio/sdk-typescript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/temporalio/sdk-typescript.git",
"directory": "packages/nyc-test-coverage"
},
"license": "MIT",
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib",
"src"
],
"dependencies": {
"convert-source-map": "^2.0.0",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-instrument": "^6.0.1",
"ts-loader": "^9.5.1"
},
"devDependencies": {
"@temporalio/common": "workspace:*",
"@temporalio/worker": "workspace:*",
"@temporalio/workflow": "workspace:*",
"@types/convert-source-map": "^2.0.3",
"@types/istanbul-lib-coverage": "^2.0.6",
"@types/istanbul-lib-instrument": "^1.7.7",
"@types/webpack": "^5.28.5",
"webpack": "^5.104.1"
},
"peerDependencies": {
"@temporalio/common": "workspace:*",
"@temporalio/worker": "workspace:*",
"@temporalio/workflow": "workspace:*",
"webpack": "^5.104.1"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 20.0.0"
}
}