{
  "name": "custom-parse",
  "displayName": "Custom Parse Sample Connector",
  "description": "Connector that ingests the fetched binary data using parse utils for custom parsing",
  "author": "",
  "devDependencies": {
    "@types/react": "^18.0.8",
    "@types/react-dom": "^18.0.3",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "bootstrap": "^5.3.3",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "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
  }
}