{
  "name": "rimless",
  "author": "Aurélien Franky",
  "version": "0.8.2",
  "license": "MIT",
  "homepage": "https://github.com/au-re/rimless",
  "description": "event base communication made easy with a promise-based API wrapping `postMessage`",
  "type": "module",
  "main": "lib/rimless.js",
  "module": "lib/rimless.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && tsc --noEmit -p tsconfig.test.json && vite build",
    "prepublishOnly": "bun run build",
    "format": "biome check --write .",
    "format:check": "biome check .",
    "lint": "biome lint .",
    "test": "vitest run",
    "test:browser": "bun run build && node tests/browser/opaque-origin-iframe.mjs",
    "test:coverage": "vitest run --coverage",
    "preview": "vite preview",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "visualize-bundle": "bunx vite-bundle-visualizer",
    "changeset": "changeset",
    "release": "bun run build && changeset publish",
    "validate": "bun run format:check && bun run lint && bun run build && bun run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/au-re/rimless.git"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.15",
    "@changesets/cli": "2.31.0",
    "@chromatic-com/storybook": "^5.1.2",
    "@storybook/addon-docs": "^10.3.6",
    "@storybook/addon-links": "^10.3.6",
    "@storybook/addon-onboarding": "^10.3.6",
    "@storybook/react-vite": "^10.3.6",
    "@types/lodash.set": "^4.3.9",
    "@types/node": "^22.19.18",
    "@vitejs/plugin-react": "^6.0.1",
    "@vitest/coverage-v8": "4.1.5",
    "happy-dom": "^20.9.0",
    "storybook": "^10.3.6",
    "terser": "^5.47.1",
    "typescript": "^6.0.3",
    "vite": "^8.0.11",
    "vite-plugin-dts": "^5.0.0",
    "vitest": "4.1.5"
  },
  "engines": {
    "bun": ">=1.3.13"
  },
  "packageManager": "bun@1.3.13",
  "volta": {
    "node": "22.21.0"
  }
}
