Skip to content

Commit 859e69b

Browse files
committed
✅ 1.0.0
1 parent 90344e7 commit 859e69b

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ It has the **minimum dependencies** and stuff already implemented since I don't
1919
- **➰ Multi-instance, auto-restart and dockerized**: In the Dockerized production build, you won't have to worry about instances, restarts... everything is already configured with PM2.
2020

2121
## Requeriments
22-
✅ At least Node.js 16.X.X
23-
✅ Docker in your system (only if you want to create Docker images)
22+
- ✅ At least Node.js 16.X.X
23+
- ✅ Docker in your system (only if you want to create Docker images)
2424

2525
## How to start?
2626

package.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"engines" : {
77
"node" : ">=16.0.0"
88
},
9+
"homepage": "https://github.com/TheNaubit/minimal-express-zod-api-boilerplate",
10+
"bugs": {
11+
"url": "https://github.com/TheNaubit/minimal-express-zod-api-boilerplate/issues",
12+
"email": "[email protected]"
13+
},
914
"scripts": {
1015
"clean": "rimraf ./dist ./src/client/client.ts ./src/docs/api.yaml",
1116
"test": "echo \"Error: no test specified\" && exit 1",
@@ -41,7 +46,15 @@
4146
"template",
4247
"zod"
4348
],
44-
"author": "Al - @naucode",
49+
"author": {
50+
"name": "Al - @naucode",
51+
"email": "[email protected]",
52+
"url": "https://nauverse.com"
53+
},
54+
"repository": {
55+
"type": "git",
56+
"url": "https://github.com/TheNaubit/minimal-express-zod-api-boilerplate.git"
57+
},
4558
"license": "MIT",
4659
"dependencies": {
4760
"express": "^4.18.2",

0 commit comments

Comments
 (0)