change package.json
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s

This commit is contained in:
cswimr 2025-02-09 17:21:18 -06:00
parent 2a259590bb
commit f1b2ed412f
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -13,12 +13,12 @@
"type": "git", "type": "git",
"directory": "src" "directory": "src"
}, },
"homepage": "https://packwizjs.csw.im",
"license": "MIT", "license": "MIT",
"files": [ "files": [
"src" "src"
], ],
"readme": "README.md", "readme": "README.md",
"docs": "https://packwizjs.csw.im",
"scripts": { "scripts": {
"docs": "typedoc --options typedoc.json", "docs": "typedoc --options typedoc.json",
"format": "prettier --write '**/*.{ts,json,md}'" "format": "prettier --write '**/*.{ts,json,md}'"