Skip to content

Commit 0af3d02

Browse files
chore: Added Metadata in package.json (#215)
1 parent 07afad6 commit 0af3d02

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "webxdao.github.io",
33
"private": true,
4+
"homepage": "https://webxdao.github.io",
45
"scripts": {
56
"dev": "next dev",
67
"build": "next build",
@@ -25,5 +26,22 @@
2526
"eslint-config-next": "12.3.0",
2627
"postcss": "^8.4.5",
2728
"tailwindcss": "^3.0.13"
29+
},
30+
"description": "WebXDAO website",
31+
"repository": {
32+
"type": "git",
33+
"url": "git+https://github.com/WebXDAO/WebXDAO.github.io.git"
34+
},
35+
"keywords": [
36+
"javascript",
37+
"typescript",
38+
"tailwindcss",
39+
"nextjs",
40+
"webxdao"
41+
],
42+
"author": "WebXDAO",
43+
"license": "MIT",
44+
"bugs": {
45+
"url": "https://github.com/WebXDAO/WebXDAO.github.io/issues"
2846
}
2947
}

0 commit comments

Comments
 (0)