-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 889 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 889 Bytes
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
{
"name": "@winglibs/python",
"description": "python library for Wing",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
"directory": "python"
},
"author": {
"email": "eladc@wing.cloud",
"name": "Elad Cohen"
},
"wing": {
"platforms": [
"sim",
"tf-aws"
],
"docs": {
"title": "Python",
"summary": "A Wing library for running [Python](https://www.python.org/) code in [inflight](https://www.winglang.io/docs/concepts/inflights#inflight-code)."
}
},
"license": "MIT",
"peerDependencies": {
"@aws-sdk/client-lambda": "^3.549.0",
"@cdktf/provider-aws": "^19.13.0",
"@smithy/util-utf8": "^2.3.0",
"@winglibs/dynamodb": "^0.1.15",
"@winglibs/ses": "^0.0.4",
"@winglibs/sns": "^0.1.3",
"cdktf": "^0.20.6",
"glob": "^10.3.12"
}
}