-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "app_frameworks_metrics",
"version": "1.0.0",
"repository": "https://github.com/joelleibow-wf/app_frameworks_metrics",
"license": "ISC",
"scripts": {
"create_support_room_archive": "ts-node -P ./tsconfig.json ./scripts/hipchat/create_support_room_archive.ts"
},
"dependencies": {
"@google-cloud/bigquery": "^1.3.0",
"aws-sdk": "^2.279.1",
"axios": "^0.18.0",
"dotenv": "^6.0.0",
"json2csv": "^4.1.6",
"jsonwebtoken": "^8.3.0",
"source-map-support": "^0.5.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.8",
"@types/dotenv": "^4.0.3",
"@types/json2csv": "^4.1.0",
"@types/jsonwebtoken": "^7.2.8",
"@types/node": "^8.0.57",
"@types/uuid": "^3.4.3",
"copy-webpack-plugin": "^4.5.2",
"serverless-dotenv-plugin": "^1.1.5",
"serverless-offline": "^3.25.6",
"serverless-webpack": "^5.1.1",
"ts-loader": "^4.2.0",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"typescript": "^2.9.2",
"webpack": "^4.5.0"
}
}