-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.01 KB
/
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
29
30
31
32
33
{
"name": "schnitzel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node standalone.js",
"zip": "rm -f lambdaFunc.zip && zip -x ./config/local.json -r lambdaFunc.zip .",
"predeploy": "npm run zip",
"deploy": "aws lambda update-function-code --no-cli-pager --function-name schnitzel --region eu-central-1 --zip-file fileb://./lambdaFunc.zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/david-molnar-oculai/schnitzel.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/david-molnar-oculai/schnitzel/issues"
},
"homepage": "https://github.com/david-molnar-oculai/schnitzel#readme",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.454.0",
"@sentry/node": "^7.53.1",
"@sentry/serverless": "^7.53.1",
"@slack/web-api": "^6.10.0",
"config": "^3.3.9",
"current-week-number": "^1.0.7",
"date-fns": "^2.30.0",
"node-fetch": "^2.6.11",
"pdf-parse": "^1.1.1"
}
}