-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 879 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
{
"name": "my-new-service",
"version": "1.0.0",
"description": "Serverless webpack example using Typescript",
"main": "handler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"devDependencies": {
"@types/aws-lambda": "8.10.1",
"@types/node": "^8.0.57",
"serverless-offline": "^3.30.0",
"serverless-webpack": "^5.1.1",
"source-map-support": "^0.5.6",
"ts-loader": "^4.2.0",
"typescript": "^2.9.2",
"webpack": "^4.5.0"
},
"author": "Sajeeva Hasith",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/sajeevah/serverless-aws-typescript-sample.git"
},
"bugs": {
"url": "https://github.com/sajeevah/serverless-aws-typescript-sample/issues"
},
"homepage": "https://github.com/sajeevah/serverless-aws-typescript-sample#readme"
}