Skip to content

Commit 0a4b963

Browse files
Restructure package.json
1 parent 2e02dd8 commit 0a4b963

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

package.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "fastify-swc-typescript-server-bootstrap-cli",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "CLI tool that accelerates the creation of new server projects using Fastify with SWC and Jest",
5+
"main": "init.js",
6+
"license": "MIT",
57
"repository": {
68
"type": "git",
79
"url": "git+https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli.git"
810
},
911
"bugs": {
1012
"url": "https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli/issues"
1113
},
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"
1617
},
1718
"keywords": [
1819
"fastify",
@@ -26,13 +27,17 @@
2627
"boilerplate",
2728
"fastify-server",
2829
"typescript-server",
29-
"testing"
30+
"testing",
31+
"ssh",
32+
"microservices",
33+
"api",
34+
"rest",
35+
"serverless"
3036
],
31-
"author": {
32-
"name": "@mattfsourcecode",
33-
"url": "https://github.com/mattfsourcecode"
37+
"scripts": {
38+
"test": "mocha 'tests/**/*.js'",
39+
"prepare": "husky install"
3440
},
35-
"license": "MIT",
3641
"dependencies": {
3742
"shelljs": "^0.8.5"
3843
},

0 commit comments

Comments
 (0)