We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07afad6 commit 0af3d02Copy full SHA for 0af3d02
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "webxdao.github.io",
3
"private": true,
4
+ "homepage": "https://webxdao.github.io",
5
"scripts": {
6
"dev": "next dev",
7
"build": "next build",
@@ -25,5 +26,22 @@
25
26
"eslint-config-next": "12.3.0",
27
"postcss": "^8.4.5",
28
"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"
46
}
47
0 commit comments