{
  "name": "prismium",
  "version": "4.1.10",
  "description": "A modern JavaScript accordion library with smooth animations. Easily integrates with React, Vue, and vanilla JavaScript.",
  "type": "module",
  "main": "./prismium-core.mjs",
  "module": "./prismium-core.mjs",
  "types": "./types/index.d.ts",
  "typesVersions": {
    "*": {
      ".": ["./types/index.d.ts"],
      "core": ["./types/core.d.ts"],
      "ui": ["./types/index.d.ts"],
      "react": ["./types/react.d.ts"],
      "vue": ["./types/vue.d.ts"]
    }
  },

  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./prismium-core.mjs"
    },

    "./bundle": {
      "types": "./types/index.d.ts",
      "import": "./prismium-bundle.mjs"
    },

    "./css": "./prismium.css",
    "./css/bundle": "./prismium-bundle.css",

    "./scss": "./prismium.scss",
    "./scss/bundle": "./prismium-bundle.scss",

    "./theme/light": "./themes/light.css",
    "./theme/dark": "./themes/dark.css",
    "./theme/light-contrast": "./themes/light-contrast.css",
    "./theme/dark-contrast": "./themes/dark-contrast.css",
    "./theme/forest": "./themes/forest.css",
    "./theme/ocean": "./themes/ocean.css",
    "./theme/sunset": "./themes/sunset.css",

    "./modules": {
      "types": "./types/modules/index.d.ts",
      "import": "./modules/index.mjs"
    },

    "./react": {
      "types": "./types/react.d.ts",
      "import": "./react/index.mjs"
    },
    
    "./vue": {
      "types": "./types/vue.d.ts",
      "import": "./vue/index.mjs"
    }
  },

  "repository": {
    "type": "git",
    "url": "git+https://github.com/koirodev/prismium.git"
  },
  
  "keywords": [
    "prismium",
    "accordion",
    "dropdown",
    "filter",
    "javascript",
    "js",
    "native",
    "widget",
    "animation",
    "smooth",
    "tree-view",
    "view-more",
    "vue",
    "react",
    "web-components",
    "ui-components"
  ],
  "author": "Vitaly Koiro",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/koirodev/prismium/issues"
  },
  "homepage": "https://prismify.in"
}
