{ "name": "starlight-typedoc-monorepo", "version": "0.17.0", "license": "MIT", "description": "Starlight plugin to generate documentation from TypeScript using TypeDoc.", "author": "HiDeoo (https://hideoo.dev)", "type": "module", "scripts": { "test": "pnpm --stream -r test", "lint": "astro check --noSync && pnpm -r lint", "format": "prettier -w --cache --ignore-unknown .", "version": "pnpm changeset version && pnpm i --no-frozen-lockfile" }, "devDependencies": { "@astrojs/check": "^0.9.4", "@changesets/changelog-github": "^0.5.1", "@changesets/cli": "^2.29.7", "@hideoo/eslint-config": "^4.0.0", "@hideoo/prettier-config": "^2.0.0", "@hideoo/tsconfig": "^2.0.1", "astro": "^5.3.0", "eslint": "^9.17.0", "prettier": "^3.4.2", "typescript": "^5.7.2" }, "engines": { "node": ">=18.17.1" }, "packageManager": "pnpm@8.6.1", "pnpm": { "peerDependencyRules": { "allowedVersions": { "typescript": "5.7.2" } } }, "private": true, "sideEffects": false, "keywords": [ "starlight", "plugin", "typedoc", "typescript", "documentation", "astro" ], "homepage": "https://github.com/HiDeoo/starlight-typedoc", "repository": { "type": "git", "url": "https://github.com/HiDeoo/starlight-typedoc.git" }, "bugs": "https://github.com/HiDeoo/starlight-typedoc/issues", "prettier": "@hideoo/prettier-config" }