Skip to content

Commit 3b9b153

Browse files
committed
feat: update package.json for personal portfolio configuration
1 parent 105bd0f commit 3b9b153

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

package.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"name": "template-react-ts",
2+
"name": "yousif-abozid-portfolio",
33
"private": true,
44
"version": "1.0.0",
5-
"description": "React + TypeScript + Vite + Tailwind CSS + ESLint + Prettier + Husky + Lint-Staged Template",
5+
"description": "Personal portfolio website showcasing Yousif Abozid's experience as a Full Stack Software Engineer",
66
"type": "module",
7+
"homepage": "https://yousifabozid.github.io",
78
"repository": {
89
"type": "git",
9-
"url": "https://github.com/YousifAbozid/template-react-ts.git"
10+
"url": "https://github.com/YousifAbozid/YousifAbozid.github.io.git"
1011
},
1112
"scripts": {
1213
"dev": "vite",
@@ -21,7 +22,17 @@
2122
"upgrade": "npx npm-check-updates -u && npm install",
2223
"prepare": "husky"
2324
},
24-
"keywords": [],
25+
"keywords": [
26+
"portfolio",
27+
"react",
28+
"typescript",
29+
"tailwindcss",
30+
"vite",
31+
"full-stack-developer",
32+
"software-engineer",
33+
"web-development",
34+
"yousif-abozid"
35+
],
2536
"author": "Yousif Abozid",
2637
"license": "MIT",
2738
"dependencies": {

0 commit comments

Comments
 (0)