{
  "name": "@salesforce/ui-bundle-template-app-angular-template-b2e",
  "version": "11.69.1",
  "description": "Salesforce Angular internal app template",
  "license": "SEE LICENSE IN LICENSE.txt",
  "author": "",
  "type": "module",
  "main": "index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf dist"
  },
  "nx": {
    "targets": {
      "build": {
        "executor": "@salesforce/ui-bundle-template-cli:apply-patches",
        "options": {
          "baseAppPath": "packages/template/base-app/base-angular-app"
        }
      },
      "watch": {
        "executor": "@salesforce/ui-bundle-template-cli:watch-patches",
        "options": {
          "baseAppPath": "packages/template/base-app/base-angular-app"
        }
      },
      "build:dist-app": {
        "executor": "@salesforce/ui-bundle-template-cli:build-dist-app"
      },
      "dev": {
        "executor": "@salesforce/ui-bundle-template-cli:dev-server"
      }
    }
  }
}
