{
  "name": "@inizioevoke/veeva-astroclm-core",
  "version": "1.2.2",
  "description": "",
  "license": "ISC",
  "author": "",
  "type": "module",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "npx tsx build.ts --cmd pre && tsc && npx tsx build.ts --cmd post",
    "postinstall": "node postinstall.mjs"
  },
  "exports": {
    "./apps": "./dist/apps/index.js",
    "./PlatformScript": "./src/components/scripts/PlatformScript/index.ts",
    "./ResizeScript": "./src/components/scripts/ResizeScript/index.ts",
    "./env": "./dist/env/index.js",
    "./integrations": "./dist/integrations/index.js",
    "./lib": {
      "types": "./dist/lib/index.d.ts",
      "default": "./dist/lib/index.js"
    },
    "./lib/server": {
      "types": "./dist/lib/server.d.ts",
      "default": "./dist/lib/server.js"
    },
    "./tasks": "./dist/tasks/index.js",
    "./types": "./dist/types/index.d.ts"
  },
  "peerDependencies": {
    "astro": ">=5.0.0",
    "typescript": ">=5.0.0"
  },
  "dependencies": {
    "@clack/prompts": "^1.4.0",
    "adm-zip": "^0.5.17",
    "puppeteer": "^24.43.1",
    "sharp": "^0.34.5"
  },
  "devDependencies": {
    "@astrojs/check": "^0.9.9",
    "@astrojs/ts-plugin": "^1.10.7",
    "@types/adm-zip": "^0.5.8",
    "@types/node": "^25.7.0",
    "astro": "^6.3.1",
    "tsx": "^4.21.0",
    "typescript": "^6.0.3",
    "yaml": "^2.9.0"
  }
}
