diff --git a/package.json b/package.json index 3e2d51c..e4a3ab9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "start": "node dist/index.js", "lint": "eslint src/ --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": "", "license": "GPL-3.0-or-later",