{
  "name": "@salesforce/webapp-experimental",
  "description": "[experimental] Core package for Salesforce Web Applications",
  "version": "1.117.1",
  "license": "SEE LICENSE IN LICENSE.txt",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./api": {
      "types": "./dist/api/index.d.ts",
      "import": "./dist/api/index.js"
    },
    "./app": {
      "types": "./dist/app/index.d.ts",
      "import": "./dist/app/index.js"
    },
    "./proxy": {
      "types": "./dist/proxy/index.d.ts",
      "import": "./dist/proxy/index.js"
    },
    "./design": {
      "types": "./dist/design/index.d.ts",
      "import": "./dist/design/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run build:design && vite build && node scripts/copy-templates.cjs",
    "build:design": "node src/design/bundle-interactions.mjs",
    "clean": "rm -rf dist",
    "dev": "vite build --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@salesforce/core": "^8.23.4",
    "@salesforce/sdk-data": "^1.117.1",
    "axios": "^1.7.7",
    "micromatch": "^4.0.8",
    "path-to-regexp": "^8.3.0"
  },
  "devDependencies": {
    "@types/micromatch": "^4.0.10",
    "esbuild": "^0.24.0",
    "vite": "^7.3.1",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.0.6"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
