{
  "name": "mithril-bulma",
  "version": "2.2.2",
  "description": "A collection of flexible Mithril components based on Bulma CSS.",
  "main": "index.mjs",
  "types": "types/index.d.mts",
  "scripts": {
    "build:types": "tsc --project tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:driverjb/mithril-bulma.git"
  },
  "keywords": [],
  "author": "Joel Driver <driverjb09@gmail.com> (https://joeldriver.info/)",
  "license": "MIT",
  "type": "module",
  "private": false,
  "bugs": {
    "url": "https://github.com/driverjb/mithril-bulma/issues"
  },
  "homepage": "https://github.com/driverjb/mithril-bulma",
  "peerDependencies": {
    "@fortawesome/fontawesome-free": "^7.1.0",
    "bulma": "^1.0.4",
    "mithril": "^2.3.3"
  },
  "devDependencies": {
    "@types/mithril": "^2.2.7",
    "@vitest/coverage-v8": "^3.2.4",
    "bulma": "^1.0.4",
    "jsdom": "^27.0.0",
    "mithril": "^2.3.3",
    "sass-embedded": "^1.93.2",
    "typescript": "^5.9.3",
    "vite": "^7.1.9",
    "vitest": "^3.2.4"
  }
}
