File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fastify-swc-typescript-server-bootstrap-cli" ,
3
- "version" : " 1.0.13 " ,
3
+ "version" : " 1.0.14 " ,
4
4
"description" : " CLI tool that accelerates the creation of new server projects using Fastify with SWC and Jest" ,
5
+ "main" : " init.js" ,
6
+ "license" : " MIT" ,
5
7
"repository" : {
6
8
"type" : " git" ,
7
9
"url" : " git+https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli.git"
8
10
},
9
11
"bugs" : {
10
12
"url" : " https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli/issues"
11
13
},
12
- "main" : " init.js" ,
13
- "scripts" : {
14
- "test" : " mocha 'tests/**/*.js'" ,
15
- "prepare" : " husky install"
14
+ "author" : {
15
+ "name" : " @mattfsourcecode" ,
16
+ "url" : " https://github.com/mattfsourcecode"
16
17
},
17
18
"keywords" : [
18
19
" fastify" ,
26
27
" boilerplate" ,
27
28
" fastify-server" ,
28
29
" typescript-server" ,
29
- " testing"
30
+ " testing" ,
31
+ " ssh" ,
32
+ " microservices" ,
33
+ " api" ,
34
+ " rest" ,
35
+ " serverless"
30
36
],
31
- "author " : {
32
- "name " : " @mattfsourcecode " ,
33
- "url " : " https://github.com/mattfsourcecode "
37
+ "scripts " : {
38
+ "test " : " mocha 'tests/**/*.js' " ,
39
+ "prepare " : " husky install "
34
40
},
35
- "license" : " MIT" ,
36
41
"dependencies" : {
37
42
"shelljs" : " ^0.8.5"
38
43
},
You can’t perform that action at this time.
0 commit comments