UNPKG

starlight-package-managers

Version:

Quickly display npm related commands for multiple package managers in your Starlight documentation site.

49 lines 1.35 kB
{ "name": "starlight-package-managers", "version": "0.11.0", "license": "MIT", "description": "Quickly display npm related commands for multiple package managers in your Starlight documentation site.", "author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)", "type": "module", "exports": { ".": "./index.ts", "./package.json": "./package.json" }, "devDependencies": { "@playwright/test": "^1.49.1", "vitest": "2.1.6" }, "peerDependencies": { "@astrojs/starlight": ">=0.22.0" }, "engines": { "node": ">=18.17.1" }, "packageManager": "pnpm@8.6.10", "publishConfig": { "access": "public", "provenance": true }, "sideEffects": false, "keywords": [ "astro-component", "withastro", "starlight", "package", "manager", "npm" ], "homepage": "https://github.com/HiDeoo/starlight-package-managers", "repository": { "type": "git", "url": "https://github.com/HiDeoo/starlight-package-managers.git", "directory": "packages/starlight-package-managers" }, "bugs": "https://github.com/HiDeoo/starlight-package-managers/issues", "scripts": { "test": "pnpm test:unit && pnpm test:e2e", "test:unit": "vitest", "test:e2e": "playwright install --with-deps chromium && playwright test", "lint": "eslint . --cache --max-warnings=0" } }