{
  "name": "@orama/core",
  "version": "1.2.19",
  "description": "JavaScript and TypeScript client for OramaCore",
  "author": {
    "name": "Michele Riva",
    "email": "michele@orama.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oramasearch/oramacore.git"
  },
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/oramasearch/oramacore/repo/issues"
  },
  "main": "./script/index.js",
  "module": "./esm/index.js",
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./script/index.js"
    }
  },
  "dependencies": {
    "@orama/cuid2": "2.2.3",
    "@orama/oramacore-events-parser": "0.0.5"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "@scarf/scarf": "1.4.0"
  },
  "_generatedBy": "dnt@dev"
}