{
  "name": "runsnative",
  "version": "0.3.1",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./alert": "./dist/alert.js",
    "./app-bar": "./dist/app-bar.js",
    "./app-shell": "./dist/app-shell.js",
    "./auto-resize-textarea": "./dist/auto-resize-textarea.js",
    "./avatar": "./dist/avatar.js",
    "./avatar-group": "./dist/avatar-group.js",
    "./badge": "./dist/badge.js",
    "./box": "./dist/box.js",
    "./breadcrumb": "./dist/breadcrumb.js",
    "./breadcrumb-item": "./dist/breadcrumb-item.js",
    "./button": "./dist/button.js",
    "./card": "./dist/card.js",
    "./center": "./dist/center.js",
    "./checkbox": "./dist/checkbox.js",
    "./checkbox-group": "./dist/checkbox-group.js",
    "./circle": "./dist/circle.js",
    "./code-display": "./dist/code-display.js",
    "./divider": "./dist/divider.js",
    "./dropdown-panel": "./dist/dropdown-panel.js",
    "./empty-state": "./dist/empty-state.js",
    "./footer": "./dist/footer.js",
    "./form-field": "./dist/form-field.js",
    "./grid": "./dist/grid.js",
    "./grid-item": "./dist/grid-item.js",
    "./icon": "./dist/icon.js",
    "./icon-button": "./dist/icon-button.js",
    "./image": "./dist/image.js",
    "./input": "./dist/input.js",
    "./input-group": "./dist/input-group.js",
    "./link": "./dist/link.js",
    "./list": "./dist/list.js",
    "./list-item": "./dist/list-item.js",
    "./nav-section": "./dist/nav-section.js",
    "./page-nav": "./dist/page-nav.js",
    "./pagination": "./dist/pagination.js",
    "./picker": "./dist/picker.js",
    "./popover": "./dist/popover.js",
    "./progress-bar": "./dist/progress-bar.js",
    "./radio": "./dist/radio.js",
    "./radio-group": "./dist/radio-group.js",
    "./rail": "./dist/rail.js",
    "./resizable-container": "./dist/resizable-container.js",
    "./section": "./dist/section.js",
    "./select": "./dist/select.js",
    "./select-item": "./dist/select-item.js",
    "./side-nav": "./dist/side-nav.js",
    "./skeleton": "./dist/skeleton.js",
    "./spinner": "./dist/spinner.js",
    "./stack": "./dist/stack.js",
    "./switch": "./dist/switch.js",
    "./tab": "./dist/tab.js",
    "./tab-panel": "./dist/tab-panel.js",
    "./table": "./dist/table.js",
    "./table-body": "./dist/table-body.js",
    "./table-cell": "./dist/table-cell.js",
    "./table-column": "./dist/table-column.js",
    "./table-footer": "./dist/table-footer.js",
    "./table-head": "./dist/table-head.js",
    "./table-row": "./dist/table-row.js",
    "./tabs": "./dist/tabs.js",
    "./text": "./dist/text.js",
    "./toc": "./dist/toc.js",
    "./video": "./dist/video.js",
    "./nav-link-card": "./dist/nav-link-card.js",
    "./nav-link-group": "./dist/nav-link-group.js",
    "./mega-nav": "./dist/mega-nav.js",
    "./nav-promo-block": "./dist/nav-promo-block.js",
    "./text-field": "./dist/text-field.js",
    "./jsx-react": {
      "types": "./dist/jsx-react.d.ts",
      "default": "./dist/jsx-react.js"
    },
    "./jsx-vue": {
      "types": "./dist/jsx-vue.d.ts",
      "default": "./dist/jsx-vue.js"
    },
    "./jsx-svelte": {
      "types": "./dist/jsx-svelte.d.ts",
      "default": "./dist/jsx-svelte.js"
    }
  },
  "files": [
    "dist/",
    "custom-elements.json"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "pack": "npm run build && npm pack",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "runsnative",
    "web-components",
    "custom-elements"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KUKAMANGA-ENTERPRISES/runsnative.git"
  },
  "customElements": "./custom-elements.json",
  "description": "RunsNative web components — framework-agnostic, zero dependencies"
}
