FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
examples/python-lambda/package.json at main · baselime/examples · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
baselime
/
examples
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
5
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
examples
/
python-lambda
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (25 loc) · 600 Bytes
Breadcrumbs
examples
/
python-lambda
/
package.json
Copy path
File metadata and controls
25 lines (25 loc) · 600 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
python-lambda
"
,
"version"
:
"
0.0.0
"
,
"private"
:
true
,
"type"
:
"
module
"
,
"scripts"
: {
"dev"
:
"
sst dev
"
,
"build"
:
"
sst build
"
,
"predeploy"
:
"
poetry export --without-hashes --format=requirements.txt > src/requirements.txt
"
,
"deploy"
:
"
sst deploy --stage prod
"
,
"remove"
:
"
sst remove
"
,
"console"
:
"
sst console
"
,
"typecheck"
:
"
tsc --noEmit
"
},
"devDependencies"
: {
"sst"
:
"
^2.36.4
"
,
"aws-cdk-lib"
:
"
2.101.1
"
,
"constructs"
:
"
10.2.69
"
,
"typescript"
:
"
^5.3.2
"
,
"@tsconfig/node18"
:
"
^18.2.2
"
},
"workspaces"
: [
"
packages/*
"
]
}
Back
|
FazBrowse Home
|
New Git URL