fix documentation site link and add package keywords
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s

This commit is contained in:
cswimr 2025-02-09 17:30:42 -06:00
parent cfb874f82c
commit e823256368
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -18,7 +18,11 @@
"src"
],
"readme": "README.md",
"docs": "https://packwizjs.csw.im",
"homepage": "https://packwizjs.csw.im",
"keywords": [
"packwiz",
"minecraft"
],
"scripts": {
"docs": "typedoc --options typedoc.json",
"format": "prettier --write '**/*.{ts,json,md}'"