{ "license": "MIT", "scripts": { "build": "typedoc", "watch": "yarn build --watch" }, "devDependencies": { "typedoc": "^0.21.5", "typescript": "^4.3.5" } }