-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.35 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "awesome-github-server",
"version": "0.0.0",
"description": "Serverless example AWS S3 event with TypeScript",
"main": "handler.js",
"scripts": {
"local": "serverless offline",
"deploy": "serverless deploy",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint -p tsconfig.json -c tslint.json",
"deploy-dev": "sls deploy --stage dev"
},
"dependencies": {
"@google-cloud/bigquery": "^6.0.3",
"@types/lambda-log": "^2.2.0",
"aws-lambda": "^0.1.2",
"aws-sdk": "^2.859.0",
"axios": "^0.27.2",
"github-trends-api": "^1.0.1",
"lambda": "^0.10.3",
"log": "^6.0.0",
"randomstring": "^1.2.2",
"serverless": "^3.26.0",
"source-map-support": "^0.5.10"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.102",
"@types/aws-sdk": "^2.7.0",
"@types/node": "^10.17.55",
"@types/randomstring": "^1.1.8",
"eslint": "^6.6.0",
"serverless-dynamodb-local": "^0.2.40",
"serverless-offline": "^9.2.0",
"serverless-offline-scheduler": "^0.5.0",
"serverless-plugin-typescript": "^2.1.2",
"serverless-webpack": "^5.2.0",
"ts-loader": "^5.3.3",
"tslint": "^5.20.0",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^3.9.9",
"webpack": "^4.46.0"
},
"author": "Haiko van der Schaaf (https://github.com/cyberworkz)",
"license": "MIT"
}