-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 852 Bytes
/
package.json
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
{
"name": "heythisischris-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "esbuild index.ts --bundle --platform=node --outdir=dist --external:@aws-sdk && cd dist && zip -r lambda.zip index.js > /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": {
"@notionhq/client": "^2.2.15",
"aws-jwt-verify": "^4.0.1",
"chrono-node": "^2.7.6",
"fast-xml-parser": "^4.4.0",
"openai": "^4.51.0",
"serverless-postgres": "^2.1.1",
"string-strip-html": "^13.4.8",
"stripe": "^15.11.0"
},
"devDependencies": {
"esbuild": "^0.21.5"
}
}