{
  "name": "@n8d/htwoo-core",
  "version": "2.9.1",
  "description": "hTWOo is a Fluent Design Framework purely in HTML and CSS",
  "main": "dist/js/cjs/htwoo.js",
  "types": "lib/js/main.d.ts",
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:compile": "test/compile.test.sh",
    "typecheck": "tsc --noEmit",
    "test:ts": "vitest run test/**/*.test.ts",
    "convert:js-to-ts": "./convert-tests-to-ts.sh",
    "prepack": "node ../../htwoo-core/scripts/sync-versions.js check",
    "version": "node ../../htwoo-core/scripts/sync-versions.js sync",
    "postversion": "node ../../htwoo-core/scripts/sync-versions.js tag && git push origin main --follow-tags"
  },
  "keywords": [
    "Fluent Design",
    "Office UI Framework",
    "UI Framework",
    "Design",
    "Fluent UI",
    "Atomic Design",
    "ReactJS",
    "SharePoint Framework"
  ],
  "files": [
    "dist",
    "legacy",
    "lib",
    "index.js",
    "index.d.ts"
  ],
  "patternDump": {
    "styles": {
      "dir": "lib/sass",
      "entry": [
        "htwoo.scss",
        "htwoo-document.scss"
      ],
      "documentBase": [
        "00-base"
      ]
    },
    "themes": {
      "dir": "lib/sass/themes",
      "default": "blue",
      "switch": "stylesheet"
    },
    "scripts": "lib/ts",
    "globalScripts": [
      "dialog",
      "nav",
      "pivot",
      "overflow",
      "select",
      "table"
    ]
  },
  "author": "Stefan Bauer (@stfbauer)",
  "homepage": "https://lab.n8d.studio/htwoo/",
  "funding": "https://github.com/sponsors/StfBauer",
  "bugs": {
    "url": "https://github.com/n8design/htwoo/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/n8design/htwoo"
  },
  "license": "MIT",
  "devDependencies": {
    "@testing-library/dom": "^10.4.0",
    "@types/jsdom": "^21.1.1",
    "@types/node": "^18.11.18",
    "@typescript-eslint/eslint-plugin": "^5.48.2",
    "@typescript-eslint/parser": "^5.48.2",
    "@vitest/coverage-v8": "^3.2.2",
    "jsdom": "^26.1.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.1.6",
    "vitest": "^3.2.2"
  }
}
