{ "name": "astro-navbar", "version": "2.3.1", "description": "Responsive Mobile Navigation with Dropdown in Astro", "type": "module", "exports": "./index.ts", "homepage": "https://github.com/surjithctly/astro-navbar#readme", "bugs": { "url": "https://github.com/surjithctly/astro-navbar/issues" }, "repository": { "type": "git", "url": "https://github.com/surjithctly/astro-navbar.git" }, "scripts": { "start": "astro dev", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@astrojs/tailwind": "^4.0.0", "astro": "^3.1.2", "tailwindcss": "^3.3.2" }, "keywords": [ "astro", "astro-component", "navigation", "menu", "dropdown", "toggle" ], "author": "Surjith S M", "license": "MIT" }