-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 942 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
33
34
35
36
{
"name": "IsTodayMeetballsDay-API",
"version": "1.0.0",
"description": "Serverless webpack example using Typescript",
"main": "handler.js",
"scripts": {
"test": "jest"
},
"dependencies": {
"aws-lambda": "^0.1.2",
"lodash": "^4.17.11",
"node-fetch": "^2.3.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.17",
"@types/lodash": "^4.14.123",
"@types/mockdate": "^2.0.0",
"@types/node": "^8.10.45",
"@types/node-fetch": "^2.1.7",
"jest": "^24.7.1",
"mockdate": "^2.0.2",
"prettier": "^1.17.0",
"serverless-webpack": "^5.1.1",
"source-map-support": "^0.5.6",
"ts-jest": "^24.0.2",
"ts-loader": "^4.2.0",
"ts-node": "^8.0.3",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^2.9.2",
"webpack": "^4.5.0"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}