{
  "name": "@salesforce/ui-bundle-template-base-angular-app",
  "version": "11.68.6",
  "license": "SEE LICENSE IN LICENSE.txt",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "files": [
    "*"
  ],
  "scripts": {
    "test": "npm run test:build && npm run test:e2e",
    "test:build": "cd src/force-app/main/default/uiBundles/base-angular-app && npm install @salesforce/platform-sdk@file:../../../../../../../../../sdk/platform-sdk && npm install && npm run build",
    "test:coverage": "npm run test",
    "test:e2e": "cd src/force-app/main/default/uiBundles/base-angular-app && rm -rf node_modules && npm install @salesforce/platform-sdk@file:../../../../../../../../../sdk/platform-sdk && npm install && npx playwright install chromium && npm run build:e2e && npx playwright test"
  }
}
