-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.86 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.86 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "plugin-http",
"description": "Stedi Integrations SDK Project",
"version": "0.0.1",
"type": "module",
"scripts": {
"new-function": "npx stedi-integrations new-function",
"install-template": "npx stedi-integrations install-template",
"deploy": "npx stedi-integrations deploy",
"test": "ava",
"coverage": "c8 node ./node_modules/.bin/ava",
"lint": "npx eslint --fix \"src/**/*.ts\""
},
"devDependencies": {
"@ava/typescript": "4.1.0",
"@smithy/types": "1.2.0",
"@smithy/util-stream-node": "2.0.14",
"@stedi/integrations-sdk": "0.1.39",
"@stedi/sdk-client-as2": "0.4.78",
"@stedi/sdk-client-buckets": "0.4.78",
"@stedi/sdk-client-edi-translate": "0.4.78",
"@stedi/sdk-client-events": "0.4.78",
"@stedi/sdk-client-functions": "0.4.78",
"@stedi/sdk-client-guides": "0.4.78",
"@stedi/sdk-client-identity": "0.4.78",
"@stedi/sdk-client-mappings": "0.4.78",
"@stedi/sdk-client-partners": "0.4.78",
"@stedi/sdk-client-queues": "0.4.78",
"@stedi/sdk-client-sftp": "0.4.78",
"@stedi/sdk-client-stash": "0.4.78",
"@stedi/sdk-token-provider-aws-identity": "0.2.9",
"@types/cli-progress": "3.11.3",
"@types/node": "20.8.0",
"ava": "6.4.1",
"aws-sdk-client-mock": "3.0.0",
"c8": "8.0.1",
"cli-select": "1.1.2",
"dotenv": "16.3.1",
"esbuild": "0.25.0",
"fs-extra": "11.1.1",
"jszip": "3.10.1",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"undici": "7.22.0",
"zod": "3.22.4"
},
"prettier": {
"useTabs": false
},
"ava": {
"environmentVariables": {},
"typescript": {
"rewritePaths": {
"src/": "dist/"
},
"compile": "tsc"
}
},
"volta": {
"node": "18.18.1",
"npm": "9.9.0"
},
"overrides": {
"glob": "^10.5.0",
"js-yaml": "^3.14.2",
"@smithy/config-resolver": "^4.4.0"
}
}