forked from pethron/serverless-github-metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 831 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
29
30
31
32
{
"name": "serverless-github-metrics",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"script:build-layer": "./scripts/build-layer.sh",
"script:build-function": "tsc; ./scripts/build-lambda.sh",
"compile": "tsc"
},
"keywords": [],
"homepage": "https://github.com/pethron/serverless-github-metrics#readme",
"author": "Nicolo Marchesi",
"license": "MIT",
"dependencies": {
"@octokit/rest": "^18.0.5",
"aws-sdk": "^2.747.0"
},
"devDependencies": {
"@octokit/types": "^5.4.1",
"@types/aws-lambda": "^8.10.62",
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.3",
"@types/node": "^13.13.17",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"mocha": "^8.1.3",
"sinon": "^9.0.3",
"ts-node": "^9.0.0",
"typescript": "^3.9.7"
}
}