{ "name": "@tabler/shared", "private": true, "version": "0.0.1", "type": "module", "description": "Astro components and lib shared between preview and docs (imported via the @shared vite alias; this package.json exists so npm imports resolve from shared sources)", "scripts": { "test": "vitest run", "test:watch": "vitest", "type-check": "astro check" }, "dependencies": { "shiki": "^4.3.1", "@tabler/core": "workspace:*", "markdown-it": "^14.3.0" }, "devDependencies": { "@astrojs/check": "^0.9.4", "@types/js-beautify": "^1.14.3", "js-beautify": "^2.0.3", "astro": "^7.1.3", "typescript": "^5.7.3", "vitest": "4.1.10" }, "peerDependencies": { "astro": "^7.1.3" } }