-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"name": "twitch-dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --coverage --runInBand --verbose",
"test:watch": "jest --watch"
},
"keywords": [],
"author": "Paulo Francisco <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/aws-lambda": "^8.10.56",
"@types/form-data": "^2.5.0",
"@types/hapi__joi": "^17.1.2",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"@types/node-fetch": "^2.5.7",
"fork-ts-checker-webpack-plugin": "^5.0.6",
"jasmine-reporters": "^2.3.2",
"jest": "^26.0.1",
"serverless": "^1.73.0",
"serverless-dynamodb-local": "^0.2.39",
"serverless-offline": "^6.4.0",
"serverless-offline-dynamodb-streams": "^4.0.1",
"serverless-plugin-offline-dynamodb-stream": "^1.0.19",
"serverless-webpack": "^5.3.2",
"ts-jest": "^26.1.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"aws-sdk": "^2.701.0",
"moment": "^2.27.0",
"morphism": "^1.12.3",
"node-fetch": "^2.6.0"
}
}