{
  "name": "@seventh-ui/vanillajs",
  "version": "0.0.0",
  "description": "Framework-agnostic JavaScript runtime for Seventh UI components.",
  "license": "UNLICENSED",
  "type": "module",
  "module": "./dist/index.js",
  "browser": "./dist/seventh-ui.js",
  "author": {
    "name": "Seventh Ltda",
    "url": "https://seventh.com.br"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/seventh-ltda/seventh-ui-vanillajs.git"
  },
  "homepage": "https://vanillajs.ui.seventh.com.br",
  "publishConfig": {
    "registry": "https://npm.seventh.com.br/",
    "access": "public"
  },
  "seventhUI": {
    "runtime": "vanillajs",
    "cssContract": {
      "package": "@seventh-ui/css",
      "version": "1.0.0",
      "export": "@seventh-ui/css/contracts/runtime-integration.json"
    }
  },
  "peerDependencies": {
    "@seventh-ui/css": "^1.0.0"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "README.md",
    "dist",
    "src"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "docs": "npm run build && node scripts/docs-server.mjs",
    "docs:build": "node scripts/docs-build.mjs",
    "docs:serve": "node scripts/docs-server.mjs",
    "pack:check": "npm pack --dry-run --json",
    "test": "node scripts/build.mjs && node tests/smoke.test.mjs && node tests/css-contract.test.mjs && node tests/runtime-core.test.mjs && node tests/accessibility-focus.test.mjs && node tests/dialog-runtime.test.mjs && node tests/tabs-runtime.test.mjs && node tests/menu-runtime.test.mjs && node tests/tooltip-runtime.test.mjs && node tests/toast-runtime.test.mjs && node tests/navigation-runtime.test.mjs && node tests/data-table-runtime.test.mjs && node tests/browser-bundle.test.mjs"
  },
  "devDependencies": {
    "@seventh-ui/css": "1.0.0",
    "esbuild": "0.28.1"
  },
  "dependencies": {
    "@tanstack/table-core": "8.21.3"
  }
}
