{
  "name": "@orama/plugin-secure-proxy",
  "version": "3.1.18",
  "description": "Orama plugin for generating embeddings securely on the front-end",
  "keywords": [
    "orama",
    "embeddings",
    "secure proxy",
    "vector search"
  ],
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "type": "module",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "browser": "./dist/index.global.js"
    }
  },
  "bugs": {
    "url": "https://github.com/oramasearch/orama/issues"
  },
  "homepage": "https://github.com/oramasearch/orama#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oramasearch/orama.git"
  },
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "c8": "^7.12.0",
    "sinon": "^17.0.1",
    "tap": "^18.6.1",
    "tap-mocha-reporter": "^5.0.3",
    "tape": "^5.6.1",
    "ts-standard": "^12.0.2",
    "tsup": "^7.2.0",
    "typescript": "^5.0.0",
    "@orama/orama": "3.1.18"
  },
  "tap": {
    "extends": "src/tests/config/tap.yml"
  },
  "dependencies": {
    "@oramacloud/client": "^1.3.11"
  },
  "scripts": {
    "build": "tsup --config tsup.lib.js",
    "lint": "exit 0",
    "test": "exit 0"
  }
}