{
  "name": "basic-auth",
  "description": "Connector that ingests Excel data and built-in taco excel file parser from a basic auth endpoint",
  "author": "",
  "devDependencies": {
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "bootstrap": "^5.3.3"
  },
  "scripts": {},
  "targets": {
    "handlers": {
      "includeNodeModules": true,
      "sourceMap": false,
      "context": "web-worker",
      "distDir": "../dist/handlers",
      "outputFormat": "commonjs",
      "isLibrary": false,
      "optimize": false
    },
    "app": {
      "publicUrl": "./",
      "distDir": "../dist/app",
      "engines": {
        "browsers": "Chrome 70"
      }
    }
  },
  "alias": {
    "process": false,
    "path": false,
    "util": false
  }
}