File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " severless-template" ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " A template for Serverless using Typescript" ,
4
+ "description" : " A template for a Serverless API using Typescript and Jest " ,
5
5
"main" : " functions/healthcheck.js" ,
6
6
"scripts" : {
7
7
"test" : " jest" ,
11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
14
- "url" : " git+JoshuaToth/serverless-typescript-template.git"
14
+ "url" : " git+JoshuaToth/serverless-api- typescript-template.git"
15
15
},
16
16
"author" : " Joshua Toth" ,
17
17
"license" : " MIT" ,
18
18
"bugs" : {
19
- "url" : " https://github.com/JoshuaToth/serverless-typescript-template/issues"
19
+ "url" : " https://github.com/JoshuaToth/serverless-api- typescript-template/issues"
20
20
},
21
- "homepage" : " https://github.com/JoshuaToth/serverless-typescript-template#readme" ,
21
+ "homepage" : " https://github.com/JoshuaToth/serverless-api- typescript-template#readme" ,
22
22
"dependencies" : {
23
23
"typescript" : " ^3.5.3"
24
24
},
You can’t perform that action at this time.
0 commit comments