{
  "name": "@nectary/theme-base",
  "version": "1.15.1",
  "main": "dist/index.css",
  "exports": {
    ".": "./dist/index.css",
    "./global-theme-manager": "./global-theme-manager/dist/index.js",
    "./*": "./*"
  },
  "files": [
    "dist/index.css",
    "**/*.css",
    "*.json",
    "*.js",
    "global-theme-manager/dist/**"
  ],
  "scripts": {
    "bundle-css": "node ../../scripts/bundle-theme-css.mjs .",
    "build": "pnpm bundle-css && rm -rf global-theme-manager/dist global-theme-manager/shared && mkdir -p global-theme-manager/shared && cp ../../shared/cdn-loader.ts ../../shared/deferred-promise.ts global-theme-manager/shared/ && babel global-theme-manager --extensions '.ts' --out-dir global-theme-manager/dist && tsc --declaration --emitDeclarationOnly",
    "prepare": "pnpm bundle-css"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/cli": "^7.25.6",
    "@babel/core": "^7.22.20",
    "@babel/preset-env": "^7.22.20",
    "@babel/preset-typescript": "^7.22.15"
  }
}
