-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.45 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.45 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
{
"name": "heythisischris-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "esbuild index.ts --bundle --minify --platform=node --target=es2020 --outdir=dist --external:@aws-sdk/client-s3 --external:@aws-sdk/client-cloudfront --external:@aws-sdk/client-bedrock-runtime --external:@aws-sdk/client-ses --external:@aws-sdk/client-ec2 --external:@aws-sdk/client-route-53-domains --loader:.node=file && cd dist && zip -r lambda.zip * > /dev/null && aws --profile heythisischris lambda update-function-code --function-name heythisischris-api --zip-file \"fileb://lambda.zip\" > /dev/null && rm -rf lambda.zip"
},
"author": "",
"license": "ISC",
"imports": {
"#src/*": "./*"
},
"type": "module",
"dependencies": {
"@aws-sdk/dsql-signer": "^3.750.0",
"@notionhq/client": "^2.2.16",
"@react-pdf/layout": "4.2.3",
"@react-pdf/renderer": "4.2.2",
"aws-jwt-verify": "^5.0.0",
"blob-stream": "^0.1.3",
"chrono-node": "^2.7.8",
"fast-xml-parser": "^4.5.3",
"graphql": "^16.10.0",
"ical-generator": "^8.1.1",
"marked": "^15.0.7",
"openai": "^4.85.3",
"pdfkit": "^0.16.0",
"pg": "^8.13.3",
"puppeteer-core": "^24.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"serpapi": "^2.1.0",
"serverless-postgres": "^2.1.1",
"sharp": "^0.33.5",
"string-strip-html": "^13.4.8",
"stripe": "^17.6.0"
},
"devDependencies": {
"esbuild": "^0.25.0"
}
}