Added npm script for generating docs.

This commit is contained in:
Carter Bertolini 2023-10-10 16:25:50 -04:00
parent 10ed2fee07
commit 0a66cef996

View File

@ -7,7 +7,8 @@
"start": "node dist/index.js", "start": "node dist/index.js",
"lint": "eslint src/ --fix", "lint": "eslint src/ --fix",
"lint-test": "eslint test/ --fix", "lint-test": "eslint test/ --fix",
"test": "jest test/ --config jest.config.ts" "test": "jest test/ --config jest.config.ts",
"docs": "typedoc --out docs/ src/index.ts"
}, },
"author": "", "author": "",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",