{
  "name": "@inizioevoke/astro-core",
  "version": "3.0.1",
  "description": "",
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "./index.ts",
  "exports": {    
    "./integrations": "./src/integrations/index.ts",
    "./utils": "./src/lib/utils.ts",

    "./CssBackgroundImage": "./src/components/CssBackgroundImage/index.ts",
    "./CssVariables": "./src/components/CssVariables/index.ts",
    "./FlipCard": "./src/components/FlipCard/index.ts",
    "./BottomISI": "./src/components/ISI/BottomISI/index.ts",
    "./Modal": "./src/components/Modal/index.ts",
    "./ScrollContainer": "./src/components/ScrollContainer/index.ts",
    "./Tabs": "./src/components/Tabs/index.ts",

    "./lib/FlipCard": "./src/components/FlipCard/FlipCard.ts",
    "./lib/BottomISI": "./src/components/ISI/BottomISI/BottomISI.ts",
    "./lib/Modal": "./src/components/Modal/Modal.ts",
    "./lib/ScrollContainer": "./src/components/ScrollContainer/ScrollContainer.ts",

    "./lib/gestures/pinch": "./src/lib/client/gestures/pinch.ts",
    "./lib/gestures/swipe": "./src/lib/client/gestures/swipe.ts"
  },
  "scripts": {
    "postinstall": "node postinstall.mjs"
  },
  "files": [
    "agents",
    "docs",
    "src",
    "index.ts",
    "postinstall.mjs"
  ],
  "peerDependencies": {
    "astro": ">=5.0.0",
    "typescript": ">=5.0.0"
  },
  "devDependencies": {
    "@astrojs/check": "^0.9.8",
    "@astrojs/ts-plugin": "^1.10.7",
    "@types/node": "^25.5.0",
    "astro": "^6.0.5",
    "pdfjs-dist": "^5.7.284",
    "typescript": "^5.9.3"
  }
}
