{
  "name": "@stormid/tabs",
  "version": "1.0.2",
  "description": "Accessible tabbed panelled content areas",
  "author": "stormid",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/stormid/components/tree/master/packages/tabs",
  "private": false,
  "main": "dist/index.js",
  "source": "src/index.js",
  "module": "dist/index.modern.js",
  "unpkg": "dist/index.umd.js",
  "browser": "dist/index.umd.js",
  "keywords": [
    "stormid",
    "component",
    "ui",
    "tabs",
    "tabslist",
    "browser"
  ],
  "scripts": {
    "build": "microbundle --name Tabs",
    "test": "node --test --experimental-test-coverage --test-coverage-include=\"src/**\" --import ../../tools/test-setup.mjs \"__tests__/unit/*.test.js\" && npx playwright test",
    "dev": "rspack serve --config tools/rspack.config.js",
    "prod": "rspack build --config tools/rspack.config.js --mode production",
    "prepare": "npm run -s build"
  },
  "gitHead": "2db75ca4626cacadac77dcf4de7b0006ba51ad17"
}
